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
32fd7972
Commit
32fd7972
authored
Dec 06, 1999
by
Dave Love
Browse files
Autoload the ffap alias directly.
parent
cded5ed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
lisp/ffap.el
lisp/ffap.el
+1
-6
No files found.
lisp/ffap.el
View file @
32fd7972
...
...
@@ -1351,12 +1351,7 @@ See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version."
filename
))))))
;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}.
;; The defun is for autoload.el; the defalias takes over at load time.
;;;###autoload
(
defun
ffap
(
&optional
filename
)
"A short alias for the find-file-at-point command."
)
(
defalias
'ffap
'find-file-at-point
)
;;;###autoload(defalias 'ffap 'find-file-at-point)
;;; Menu support (`ffap-menu'):
...
...
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