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

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

bug#25189: Use `current-global-map' in `comint-insert-input'


From: Alexander Shukaev
Subject: bug#25189: Use `current-global-map' in `comint-insert-input'
Date: Tue, 13 Dec 2016 01:36:08 +0100

Hi,

I think according to Emacs documentation it's more correct to change the

(lookup-key global-map (vector last-key))

form to the

(lookup-key (current-global-map) (vector last-key))

form.

Regards,
Alexander





reply via email to

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