Mercurial > emacs
changeset 45169:f29db3d22988
(ffap): Don't hide it behind the autoload-cookie.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 07 May 2002 19:32:33 +0000 |
parents | 4f3c96288c84 |
children | 1f468f3ca959 |
files | lisp/ffap.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Tue May 07 19:30:21 2002 +0000 +++ b/lisp/ffap.el Tue May 07 19:32:33 2002 +0000 @@ -1355,7 +1355,9 @@ 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'):