From: Mauro Aranda Date: Fri, 17 May 2019 13:00:01 +0000 (-0300) Subject: Remove repeated function call in picture.el X-Git-Tag: emacs-26.2.90~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eadf044;p=emacs.git Remove repeated function call in picture.el * lisp/textmodes/picture.el (picture-mode-map): Remove repeated define-key call. (Bug#35772) --- diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index f0e30135f16..aed531e7694 100644 --- 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)