mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* lisp/emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
This commit is contained in:
parent
3af31cd80d
commit
5935086250
2 changed files with 5 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
(def-edebug-spec multiple-value-list (form))
|
||||
(def-edebug-spec multiple-value-call (function-form body))
|
||||
(def-edebug-spec multiple-value-bind
|
||||
((&rest symbolp) form cl-declarations body))
|
||||
((&rest symbolp) form body))
|
||||
(def-edebug-spec multiple-value-setq ((&rest symbolp) form))
|
||||
(def-edebug-spec multiple-value-prog1 (form body))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue