1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* ChangeLog: Fix typos.

This commit is contained in:
Glenn Morris 2010-02-10 09:31:49 -08:00
parent 50b51e49a1
commit 2b23acdef6

View File

@ -4,9 +4,9 @@
2010-02-10 Michael Albinus <michael.albinus@gmx.de>
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
* ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This
prevents file names like "~/" been listed literally.
prevents file names like "~/" being listed literally.
2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>