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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v
Date: Wed, 09 Apr 2008 21:18:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/09 21:18:26

Index: minibuffer.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/minibuffer.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- minibuffer.el       9 Apr 2008 19:33:53 -0000       1.2
+++ minibuffer.el       9 Apr 2008 21:18:25 -0000       1.3
@@ -71,7 +71,7 @@
 is requested but cannot be done.
 If the value is `lazy', the *Completions* buffer is only displayed after
 the second failed attempt to complete."
-  :type (choice (const nil) (const t) (const lazy))
+  :type '(choice (const nil) (const t) (const lazy))
   :group 'minibuffer)
 
 (defun minibuffer--bitset (modified completions exact)




reply via email to

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