Stefan Monnier
unread,Nov 13, 2012, 8:13:44 PM11/13/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tassilo Horn, 12879...@debbugs.gnu.org
> Debugger entered--Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))
Thanks, I installed the patch below which fixes this bug,
Stefan
=== modified file 'lisp/emacs-lisp/gv.el'
--- lisp/emacs-lisp/gv.el 2012-11-13 02:25:59 +0000
+++ lisp/emacs-lisp/gv.el 2012-11-14 01:11:33 +0000
@@ -236,7 +236,7 @@
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)))