emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 19 Dec 2005 02:20:34 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.488 emacs/lisp/subr.el:1.489
--- emacs/lisp/subr.el:1.488    Mon Dec 12 14:23:06 2005
+++ emacs/lisp/subr.el  Mon Dec 19 02:20:33 2005
@@ -2268,7 +2268,7 @@
   (let ((str (make-symbol "string")))
     `(dynamic-completion-table
       (lambda (,str)
-        (unless (listp ,var)
+        (when (functionp ,var)
           (setq ,var (,fun ,@args)))
         ,var))))
 




reply via email to

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