# HG changeset patch # User Dave Love # Date 944497596 0 # Node ID 7e3e0c11f5b6cdcc1f1c84138abeb12917d9fbf5 # Parent 8dbcefccbde4674f2539fe1c349469bab5091eb4 Autoload the ffap alias directly. diff -r 8dbcefccbde4 -r 7e3e0c11f5b6 lisp/ffap.el --- a/lisp/ffap.el Mon Dec 06 13:37:29 1999 +0000 +++ b/lisp/ffap.el Mon Dec 06 16:26:36 1999 +0000 @@ -1351,12 +1351,7 @@ filename)))))) ;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}. -;; The defun is for autoload.el; the defalias takes over at load time. -;;;###autoload -(defun ffap (&optional filename) - "A short alias for the find-file-at-point command.") -(defalias 'ffap 'find-file-at-point) - +;;;###autoload(defalias 'ffap 'find-file-at-point) ;;; Menu support (`ffap-menu'):