bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Monnier
Subject: bug#12879: 24.3.50; Lisp error: (invalid-read-syntax "Failed matching" (gv-place form))
Date: Tue, 13 Nov 2012 20:13:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]