diff lisp/simple.el @ 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 37b9b1f18615
children 13c2502ecdc8
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.