diff options
| -rw-r--r-- | lisp/ffap.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 56294cf6d81..2d481a5e46f 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -1240,9 +1240,7 @@ which may actually result in an url rather than a filename." | |||
| 1240 | ;; Note: t and non-nil mean somewhat different reasons. | 1240 | ;; Note: t and non-nil mean somewhat different reasons. |
| 1241 | (if (eq minibuffer-completion-table 'ffap-read-file-or-url-internal) | 1241 | (if (eq minibuffer-completion-table 'ffap-read-file-or-url-internal) |
| 1242 | (not (ffap-url-p (buffer-string))) ; t | 1242 | (not (ffap-url-p (buffer-string))) ; t |
| 1243 | (memq minibuffer-completion-table | 1243 | (and minibuffer-completing-file-name '(t)))) ;list |
| 1244 | '(read-file-name-internal read-directory-name-internal)) ; list | ||
| 1245 | )) | ||
| 1246 | 1244 | ||
| 1247 | (and | 1245 | (and |
| 1248 | (featurep 'complete) | 1246 | (featurep 'complete) |