mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Fix edebug spec for minibuffer-with-setup-hook
* lisp/files.el (minibuffer-with-setup-hook): Instrument the :append form for edebug (bug#46531).
This commit is contained in:
parent
cead0ea38e
commit
b39ac4c85a
1 changed files with 1 additions and 1 deletions
|
|
@ -1639,7 +1639,7 @@ called additional times).
|
|||
|
||||
This macro actually adds an auxiliary function that calls FUN,
|
||||
rather than FUN itself, to `minibuffer-setup-hook'."
|
||||
(declare (indent 1) (debug t))
|
||||
(declare (indent 1) (debug ([&or (":append" form) [&or symbolp form]] body)))
|
||||
(let ((hook (make-symbol "setup-hook"))
|
||||
(funsym (make-symbol "fun"))
|
||||
(append nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue