emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-26 f172894: Exit macro definition on undefined k


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-26 f172894: Exit macro definition on undefined keys
Date: Sat, 30 Sep 2017 13:12:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> +  (if defining-kbd-macro
> +      (error "%s is undefined" (key-description (this-single-command-keys)))
> +    (message "%s is undefined" (key-description (this-single-command-keys))))

Would user-error do the trick?


        Stefan



reply via email to

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