* lisp/emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
+2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
+ (bug#12879).
+
2012-11-14 Glenn Morris <rgm@gnu.org>
* subr.el (set-temporary-overlay-map): Doc fix.
The return value is the last VAL in the list.
\(fn PLACE VAL PLACE VAL ...)"
- (declare (debug (gv-place form)))
+ (declare (debug (&rest [gv-place form])))
(if (and args (null (cddr args)))
(let ((place (pop args))
(val (car args)))