projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1228a90
)
Remove repeated function call in picture.el
author
Mauro Aranda
<maurooaranda@gmail.com>
Fri, 17 May 2019 13:00:01 +0000
(10:00 -0300)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 20 May 2019 18:22:58 +0000
(14:22 -0400)
* lisp/textmodes/picture.el (picture-mode-map): Remove repeated
define-key call. (Bug#35772)
lisp/textmodes/picture.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/picture.el
b/lisp/textmodes/picture.el
index f0e30135f1607da20f6d001bfb662f44728e9919..aed531e7694dc9c6121e812528228b909da05f90 100644
(file)
--- a/
lisp/textmodes/picture.el
+++ b/
lisp/textmodes/picture.el
@@
-622,7
+622,6
@@
Leaves the region surrounding the rectangle."
(defvar picture-mode-map
(let ((map (make-keymap)))
- (define-key map [remap self-insert-command] 'picture-self-insert)
(define-key map [remap self-insert-command] 'picture-self-insert)
(define-key map [remap completion-separator-self-insert-command]
'picture-self-insert)