diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-09 04:17:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-09 04:17:04 +0000 |
commit | f134080ea2506aed5b4806359633bd8371bc9a06 (patch) | |
tree | 8d94f19258f97c11289af5ef0c9897e2a202cb9f /lisp/ffap.el | |
parent | 9a8eebc2da77b386670232e867402130881e737d (diff) | |
download | emacs-f134080ea2506aed5b4806359633bd8371bc9a06.tar.gz emacs-f134080ea2506aed5b4806359633bd8371bc9a06.tar.bz2 emacs-f134080ea2506aed5b4806359633bd8371bc9a06.zip |
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
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 881766d92ca..3e62f2351c6 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -969,7 +969,7 @@ If t, `ffap-tex-init' will initialize this when needed.") ;; 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: |