diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-09 04:17:56 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-09 04:17:56 +0000 |
commit | d65fc712a6b4529758435536d8d3a87715ed51f3 (patch) | |
tree | 746495bb3e7498877adbd46510a623ce9fc7a0d1 /lisp/ffap.el | |
parent | 2b0afe2a199e4568f455138e3cf8e51932a60521 (diff) | |
download | emacs-d65fc712a6b4529758435536d8d3a87715ed51f3.tar.gz emacs-d65fc712a6b4529758435536d8d3a87715ed51f3.tar.bz2 emacs-d65fc712a6b4529758435536d8d3a87715ed51f3.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 fa5e70e860b..27cdd9cf512 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: |