Mercurial > emacs
changeset 87655:16eb0851e929
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 09 Jan 2008 04:17:25 +0000 |
parents | 85fe2f3f4acb |
children | 2cd474c4b233 |
files | lisp/ffap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Wed Jan 09 02:54:16 2008 +0000 +++ b/lisp/ffap.el Wed Jan 09 04:17:25 2008 +0000 @@ -969,7 +969,7 @@ ;; Slightly controversial decisions: ;; * strip trailing "@" and ":" ;; * no commas (good for latex) - (file "--:$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:") + (file "--:\\\\$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:") ;; An url, or maybe a email/news message-id: (url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?") ;; Find a string that does *not* contain a colon: