Mercurial > emacs
changeset 79794:d6f0529bab65
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 09 Jan 2008 04:16:45 +0000 |
parents | 8bcb7757b5a5 |
children | 62e0debe692d |
files | lisp/ffap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Wed Jan 09 04:15:13 2008 +0000 +++ b/lisp/ffap.el Wed Jan 09 04:16:45 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: