diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-11-08 17:14:46 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-11-08 17:14:46 +0000 |
commit | f71ee9c1b32f5145829aa0d3eb5c6a302734c2cd (patch) | |
tree | 1e41c8bd465c5e4b0a21195d6fb0dc11f22b08df /lisp/ChangeLog | |
parent | 76a05775d83f87c9ce17a2f16883b04e253c41ea (diff) | |
download | emacs-f71ee9c1b32f5145829aa0d3eb5c6a302734c2cd.tar.gz |
Change regexp to match dir like 'a...b'
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee381421a7d..30b0241e8fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change) + + * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to + match dir like "a...b". + 2007-11-07 Johan Bockg,Ae(Brd <bojohan@gnu.org> * eshell/esh-mode.el (eshell-output-filter): |