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 38f7f92405e..dc78bd355be 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -941,7 +941,7 @@ If t, `ffap-tex-init' will initialize this when needed.") | |||
| 941 | ;; * no commas (good for latex) | 941 | ;; * no commas (good for latex) |
| 942 | (file "--:$+<>@-Z_a-z~" "<@" "@>;.,!?:") | 942 | (file "--:$+<>@-Z_a-z~" "<@" "@>;.,!?:") |
| 943 | ;; An url, or maybe a email/news message-id: | 943 | ;; An url, or maybe a email/news message-id: |
| 944 | (url "--:=&?$+@-Z_a-z~#,%" "^A-Za-z0-9" ":;.,!?") | 944 | (url "--:=&?$+@-Z_a-z~#,%;" "^A-Za-z0-9" ":;.,!?") |
| 945 | ;; Find a string that does *not* contain a colon: | 945 | ;; Find a string that does *not* contain a colon: |
| 946 | (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?") | 946 | (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?") |
| 947 | ;; A machine: | 947 | ;; A machine: |