bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#35772: 27.0.50; Repeated define-key call in picture.el


From: Noam Postavsky
Subject: bug#35772: 27.0.50; Repeated define-key call in picture.el
Date: Mon, 20 May 2019 14:25:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

tags 35772 fixed
close 35772 26.3
quit

Mauro Aranda <maurooaranda@gmail.com> writes:

> --- a/lisp/textmodes/picture.el
> +++ b/lisp/textmodes/picture.el
> @@ -625,7 +625,6 @@ 'picture-delete-char
>  (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)

Pushed to emacs-26.

eadf044e06 2019-05-20T14:22:58-04:00 "Remove repeated function call in 
picture.el"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=eadf044e0663703af61967c1ff890043f46c9a15






reply via email to

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