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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/minibuffer.el,v
Date: Sat, 19 Apr 2008 03:34:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/19 03:34:02

Index: minibuffer.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/minibuffer.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- minibuffer.el       19 Apr 2008 03:23:15 -0000      1.17
+++ minibuffer.el       19 Apr 2008 03:34:02 -0000      1.18
@@ -156,7 +156,7 @@
   (cond
    ((and (not strict) (eq action 'lambda))
     ;; Ignore pred1 since it doesn't really have to apply anyway.
-    (test-completion string tabel pred2))
+    (test-completion string table pred2))
    (t
     (or (complete-with-action action table string
                               (if (null pred2) pred1




reply via email to

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