emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v


From: Johan Bockgård
Subject: [Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v
Date: Fri, 11 Apr 2008 23:42:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Johan Bockgård <bojohan>       08/04/11 23:42:25

Index: minibuffer.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/minibuffer.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- minibuffer.el       11 Apr 2008 22:28:02 -0000      1.6
+++ minibuffer.el       11 Apr 2008 23:42:25 -0000      1.7
@@ -80,7 +80,7 @@
 `lazy-completion-table' must be used to initialize the value of VAR.
 
 You should give VAR a non-nil `risky-local-variable' property."
-  (declare (debug (symbol lambda-expr)))
+  (declare (debug (symbolp lambda-expr)))
   (let ((str (make-symbol "string")))
     `(completion-table-dynamic
       (lambda (,str)




reply via email to

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