diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-05-07 19:32:33 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-05-07 19:32:33 +0000 |
commit | 2dc85af1399b3890e288fa40d715a6ad53e45148 (patch) | |
tree | 88056cee436f70e64eb865a65770046ac8da7729 /lisp/ffap.el | |
parent | b3487941581f0d9af04acdf7e3e10b6b87abcb8c (diff) | |
download | emacs-2dc85af1399b3890e288fa40d715a6ad53e45148.tar.gz |
(ffap): Don't hide it behind the autoload-cookie.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 07ffb0dbd40..02cdb657d0f 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -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'): |