aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlexander Klimov2010-09-06 00:03:56 +0200
committerStefan Monnier2010-09-06 00:03:56 +0200
commit3fa0dc8f4dcf7142f23668cceb39435eea8de6e5 (patch)
treef66494d5d98e89fef9d4d36ed7ea45a065625128 /lisp/ChangeLog
parentae1362a3c849773874dfbf9e32b9a9e8cddb4f01 (diff)
downloademacs-3fa0dc8f4dcf7142f23668cceb39435eea8de6e5.tar.gz
emacs-3fa0dc8f4dcf7142f23668cceb39435eea8de6e5.zip
* doc/lispref/files.texi (Directory Names): Use \` rather than ^.
* lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21eaa4c15d3..2d4ef5611bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,6 @@
12010-09-05 Stefan Monnier <monnier@iro.umontreal.ca> 12010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2
3 * files.el (directory-abbrev-alist): Use \` as default regexp.
2 4
3 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special 5 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
4 chars like - or ] (bug#6984). 6 chars like - or ] (bug#6984).