diff lisp/ChangeLog @ 110233:9b0c446f8952

* doc/lispref/files.texi (Directory Names): Use \` rather than ^. * lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Sep 2010 00:03:56 +0200
parents 6d4cb5e730cb
children 28ca316fcaea
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 05 12:17:26 2010 +0200
+++ b/lisp/ChangeLog	Mon Sep 06 00:03:56 2010 +0200
@@ -1,4 +1,6 @@
-2010-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
+
+	* files.el (directory-abbrev-alist): Use \` as default regexp.
 
 	* emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
 	chars like - or ] (bug#6984).