mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(ffap): Don't hide it behind the autoload-cookie.
This commit is contained in:
parent
b3a4edce1f
commit
22ac7ca0e4
1 changed files with 3 additions and 1 deletions
|
|
@ -1355,7 +1355,9 @@ 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}.
|
||||
;;;###autoload(defalias 'ffap 'find-file-at-point)
|
||||
;;;###autoload
|
||||
(defalias 'ffap 'find-file-at-point)
|
||||
|
||||
|
||||
;;; Menu support (`ffap-menu'):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue