diff options
Diffstat (limited to 'lisp/ffap.el')
| -rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 2228aca0817..810afd5739b 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -786,7 +786,7 @@ This uses `ffap-file-exists-string', which may try adding suffixes from | |||
| 786 | ("\\`~/" . ffap-lcd) ; |~/misc/ffap.el.Z| | 786 | ("\\`~/" . ffap-lcd) ; |~/misc/ffap.el.Z| |
| 787 | ;; This used to have a blank, but ffap-string-at-point doesn't | 787 | ;; This used to have a blank, but ffap-string-at-point doesn't |
| 788 | ;; handle blanks. | 788 | ;; handle blanks. |
| 789 | ;; http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01058.html | 789 | ;; https://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01058.html |
| 790 | ("\\`[Rr][Ff][Cc][-#]?\\([0-9]+\\)" ; no $ | 790 | ("\\`[Rr][Ff][Cc][-#]?\\([0-9]+\\)" ; no $ |
| 791 | . ffap-rfc) ; "100% RFC2100 compliant" | 791 | . ffap-rfc) ; "100% RFC2100 compliant" |
| 792 | (dired-mode . ffap-dired) ; maybe in a subdirectory | 792 | (dired-mode . ffap-dired) ; maybe in a subdirectory |