]> git.eshelyaron.com Git - emacs.git/commit
Silence macro expansion during completion at point
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Tue, 26 Sep 2023 20:26:15 +0000 (22:26 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2023 18:00:20 +0000 (14:00 -0400)
commit6cf7e676e9d4846a72d48f21168e92e4efcbf95a
treef095535ed00b11f882f56e0e1775340ac17e52e5
parente9b88f61ccce16e6aad2ad8575a25c3665f8bde4
Silence macro expansion during completion at point

To keep risk in the current release branch low, do not avoid compiler
macros as suggested by Stefan in the bug, but rather suppress all errors.

* lisp/progmodes/elisp-mode.el (elisp--local-variables): Silence
messages.  Suppress all errors during macro expansion.  (Bug#58148)

Do not merge to master.
lisp/progmodes/elisp-mode.el