unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25189: Use `current-global-map' in `comint-insert-input'
@ 2016-12-13  0:36 Alexander Shukaev
  2019-07-27 11:29 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Shukaev @ 2016-12-13  0:36 UTC (permalink / raw)
  To: 25189

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-26  0:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13  0:36 bug#25189: Use `current-global-map' in `comint-insert-input' Alexander Shukaev
2019-07-27 11:29 ` Lars Ingebrigtsen
2019-12-16  1:58   ` Alexander Shukaev
     [not found]   ` <45ae521c-6f37-292e-c169-9ed591cb0504@Alexander.Shukaev.name>
2019-12-24 16:25     ` Lars Ingebrigtsen
2019-12-25  9:59       ` Alexander Shukaev
2019-12-25 21:39         ` Lars Ingebrigtsen
2019-12-26  0:32           ` Alexander Shukaev

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).