diff options
| -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." | |||
| 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 | ||