]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove repeated function call in picture.el
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 17 May 2019 13:00:01 +0000 (10:00 -0300)
committerNoam 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

index f0e30135f1607da20f6d001bfb662f44728e9919..aed531e7694dc9c6121e812528228b909da05f90 100644 (file)
@@ -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)