diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 15:41:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 15:41:08 +0000 |
commit | 186369d4acb8a92a6976ba4533020c9d91cd12f0 (patch) | |
tree | 3a254c951e3bb32f5c73f540c1b4fe7ccaf4f4b4 /lisp/ffap.el | |
parent | 05616854a870e9ef1615a2016edfa37f6259e1f3 (diff) | |
download | emacs-186369d4acb8a92a6976ba4533020c9d91cd12f0.tar.gz |
(ffap-string-at-point-mode-alist): Add "*" to url chars,
it can appear unencoded and has been seen from yahoo.
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 ab9d223256f..c36ed7ff81f 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -962,7 +962,7 @@ If t, `ffap-tex-init' will initialize this when needed.") ;; * no commas (good for latex) (file "--:$+<>@-Z_a-z~*?" "<@" "@>;.,!:") ;; An url, or maybe a email/news message-id: - (url "--:=&?$+@-Z_a-z~#,%;" "^A-Za-z0-9" ":;.,!?") + (url "--:=&?$+@-Z_a-z~#,%;*" "^A-Za-z0-9" ":;.,!?") ;; Find a string that does *not* contain a colon: (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?") ;; A machine: |