Remove repeated function call in picture.el
* lisp/textmodes/picture.el (picture-mode-map): Remove repeated define-key call. (Bug#35772)
This commit is contained in:
parent
1228a90c69
commit
eadf044e06
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue