Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
110232:e0108443f3b5 | 110233:9b0c446f8952 |
---|---|
1 2010-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2010-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). |
5 (rx-any-condense-range): Explode 2-char ranges. | 7 (rx-any-condense-range): Explode 2-char ranges. |
6 | 8 |