Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bug#12879: 24.3.50; Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))

7 views
Skip to first unread message

Stefan Monnier

unread,
Nov 13, 2012, 8:13:44 PM11/13/12
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)))




0 new messages