comparison lisp/ffap.el @ 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 8a1b4dc4ca4c
children 09f47b7d547d
comparison
equal deleted inserted replaced
45168:4f3c96288c84 45169:f29db3d22988
1353 ((signal 'file-error (list "Opening file buffer" 1353 ((signal 'file-error (list "Opening file buffer"
1354 "no such file or directory" 1354 "no such file or directory"
1355 filename)))))) 1355 filename))))))
1356 1356
1357 ;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}. 1357 ;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}.
1358 ;;;###autoload(defalias 'ffap 'find-file-at-point) 1358 ;;;###autoload
1359 (defalias 'ffap 'find-file-at-point)
1360
1359 1361
1360 ;;; Menu support (`ffap-menu'): 1362 ;;; Menu support (`ffap-menu'):
1361 1363
1362 (defvar ffap-menu-regexp nil 1364 (defvar ffap-menu-regexp nil
1363 "*If non-nil, overrides `ffap-next-regexp' during `ffap-menu'. 1365 "*If non-nil, overrides `ffap-next-regexp' during `ffap-menu'.