1
Fork 0
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:
Markus Rost 2002-05-07 19:32:33 +00:00
parent b3a4edce1f
commit 22ac7ca0e4

View file

@ -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'):