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 | 22ac7ca0e40b885fe1eb757be8041de1a2a15dd1 (patch) | |
tree | c9ccf334417e0c1c1f1b5e9c6bf23471cedb3742 /lisp/ffap.el | |
parent | b3a4edce1f0de03d19e7bf78a6df02542080f86f (diff) | |
download | emacs-22ac7ca0e40b885fe1eb757be8041de1a2a15dd1.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'): |