1
Fork 0
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:
Glenn Morris 2011-02-10 19:54:12 -08:00
parent 3af31cd80d
commit 5935086250
2 changed files with 5 additions and 1 deletions

View file

@ -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))