Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7b86ef7d
Commit
7b86ef7d
authored
Dec 25, 2003
by
Luc Teirlinck
Browse files
(ffap-read-file-or-url): Revert previous change.
parent
86408abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ffap.el
lisp/ffap.el
+1
-1
No files found.
lisp/ffap.el
View file @
7b86ef7d
...
...
@@ -1216,7 +1216,7 @@ which may actually result in an url rather than a filename."
'ffap-read-file-or-url-internal
dir
nil
(
if
dir
(
cons
guess
(
1+
(
length
dir
))
)
guess
)
(
if
dir
(
cons
guess
(
length
dir
))
guess
)
(
list
'file-name-history
))))
;; Do file substitution like (interactive "F"), suggested by MCOOK.
(
or
(
ffap-url-p
guess
)
(
setq
guess
(
substitute-in-file-name
guess
)))
...
...
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