Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
15c06436
Commit
15c06436
authored
Dec 02, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(completion-setup-function): Handle ffap-read-file-or-url-internal
specially like read-file-name-internal.
parent
0179b846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/simple.el
View file @
15c06436
...
...
@@ -3922,7 +3922,8 @@ The completion list buffer is available as the value of `standard-output'.")
(completion-list-mode)
(make-local-variable 'completion-reference-buffer)
(setq completion-reference-buffer mainbuf)
(if (eq minibuffer-completion-table 'read-file-name-internal)
(if (memq minibuffer-completion-table
'(ffap-read-file-or-url-internal read-file-name-internal))
;; For file name completion,
;; use the number of chars before the start of the
;; last file name component.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment