aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-01-09 04:17:04 +0000
committerGlenn Morris2008-01-09 04:17:04 +0000
commitf134080ea2506aed5b4806359633bd8371bc9a06 (patch)
tree8d94f19258f97c11289af5ef0c9897e2a202cb9f
parent9a8eebc2da77b386670232e867402130881e737d (diff)
downloademacs-f134080ea2506aed5b4806359633bd8371bc9a06.tar.gz
emacs-f134080ea2506aed5b4806359633bd8371bc9a06.zip
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ffap.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8870cfd3947..555c941d2e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-01-09 Glenn Morris <rgm@gnu.org>
2
3 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
4 entry, for Windows.
5
12008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br> 62008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 7
3 * ps-print.el: Some face attributes (like :strike-through) was not 8 * ps-print.el: Some face attributes (like :strike-through) was not
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.")
969 ;; Slightly controversial decisions: 969 ;; Slightly controversial decisions:
970 ;; * strip trailing "@" and ":" 970 ;; * strip trailing "@" and ":"
971 ;; * no commas (good for latex) 971 ;; * no commas (good for latex)
972 (file "--:$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:") 972 (file "--:\\\\$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:")
973 ;; An url, or maybe a email/news message-id: 973 ;; An url, or maybe a email/news message-id:
974 (url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?") 974 (url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?")
975 ;; Find a string that does *not* contain a colon: 975 ;; Find a string that does *not* contain a colon: