emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/complete.el,v
Date: Wed, 28 Jun 2006 14:16:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/06/28 14:16:20

Index: complete.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/complete.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- complete.el 23 Jun 2006 13:05:03 -0000      1.54
+++ complete.el 28 Jun 2006 14:16:20 -0000      1.55
@@ -234,7 +234,9 @@
   (funcall
    (if partial-completion-mode 'add-hook 'remove-hook)
    'choose-completion-string-functions
-   (lambda (&rest x) (goto-char (point-max)) nil))
+   (lambda (choice buffer mini-p base-size)
+     (if mini-p (goto-char (point-max)))
+     nil))
   ;; Build the env-completion and mapping table.
   (when (and partial-completion-mode (null PC-env-vars-alist))
     (setq PC-env-vars-alist




reply via email to

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