emacs-devel
[Top][All Lists]
Advanced

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

Re: Moving kbd to subr.el


From: Lars Ingebrigtsen
Subject: Re: Moving kbd to subr.el
Date: Tue, 19 Oct 2021 05:08:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

> Any use of (kbd "M-x") can't be replaced with ["M-x"].
> For example, this use from (info "(elisp) Functions for Key Lookup")
>
>   (lookup-key (current-global-map) (kbd "C-x C-f"))
>
> can't be replaced with:
>
>   (lookup-key (current-global-map) ["C-x C-f"])

This is now fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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