Mercurial > emacs
changeset 48628:113fc3ea0bfb
(completion-setup-function): Fix last change to use
minibuffer-completing-file-name instead.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 02 Dec 2002 22:24:34 +0000 |
parents | c91408365d35 |
children | cf1e5fbb7a61 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Dec 02 20:57:42 2002 +0000 +++ b/lisp/simple.el Mon Dec 02 22:24:34 2002 +0000 @@ -3922,8 +3922,7 @@ (completion-list-mode) (make-local-variable 'completion-reference-buffer) (setq completion-reference-buffer mainbuf) - (if (memq minibuffer-completion-table - '(ffap-read-file-or-url-internal read-file-name-internal)) + (if minibuffer-completing-file-name ;; For file name completion, ;; use the number of chars before the start of the ;; last file name component.