Mercurial > emacs
changeset 51499:4addbb67f0bb
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 Jun 2003 22:12:43 +0000 |
parents | 031a70df49c9 |
children | 6b3fc894fe43 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 05 22:00:13 2003 +0000 +++ b/lisp/ChangeLog Thu Jun 05 22:12:43 2003 +0000 @@ -1,7 +1,12 @@ +2003-06-05 Markus Rost <rost@math.ohio-state.edu> + + * dired.el (dired-get-filename): Don't err for . and .. for calls + from dired-add-entry. + 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com> * textmodes/table.el (table-cell-horizontal-chars): Renamed from - table-cell-horizontal-char. Now a string value instead of a + table-cell-horizontal-char. Now a string value instead of a character. ?= is allowed for horizontal boundary as well as ?-. (table-command-remap-alist, table-command-list): Changed defconst to defvar because the value is modified.