From 32fd7972629ec6752b4ac0f465915cc60d85e8ae Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 6 Dec 1999 16:26:36 +0000 Subject: [PATCH] Autoload the ffap alias directly. --- lisp/ffap.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/ffap.el b/lisp/ffap.el index 785cd2376e0..0bec1d7a1ff 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1351,12 +1351,7 @@ See for latest version." 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'): -- 2.39.5