summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-01-09 04:17:56 +0000
committerGlenn Morris <rgm@gnu.org>2008-01-09 04:17:56 +0000
commitd65fc712a6b4529758435536d8d3a87715ed51f3 (patch)
tree746495bb3e7498877adbd46510a623ce9fc7a0d1 /lisp
parent2b0afe2a199e4568f455138e3cf8e51932a60521 (diff)
downloademacs-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')
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/ffap.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8990c2bb026..b24807e36b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-09 Glenn Morris <rgm@gnu.org>
+
+ * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
+ entry, for Windows.
+
+2008-01-09 Tom Tromey <tromey@redhat.com>
+
+ * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
+
2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el: Some face attributes (like :strike-through) was not
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: