emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 eadf044 1/3: Remove repeated function call in pic


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 eadf044 1/3: Remove repeated function call in picture.el
Date: Mon, 20 May 2019 14:24:56 -0400 (EDT)

branch: emacs-26
commit eadf044e0663703af61967c1ff890043f46c9a15
Author: Mauro Aranda <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Remove repeated function call in picture.el
    
    * lisp/textmodes/picture.el (picture-mode-map):  Remove repeated
    define-key call.  (Bug#35772)
---
 lisp/textmodes/picture.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el
index f0e3013..aed531e 100644
--- a/lisp/textmodes/picture.el
+++ b/lisp/textmodes/picture.el
@@ -623,7 +623,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)
     (define-key map [remap completion-separator-self-insert-autofilling]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]