Mercurial > emacs
changeset 30633:3ea6ae5c3939
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 07 Aug 2000 10:34:08 +0000 |
parents | e31a7790d9c6 |
children | d833a6450e10 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 07 10:31:08 2000 +0000 +++ b/lisp/ChangeLog Mon Aug 07 10:34:08 2000 +0000 @@ -1,3 +1,8 @@ +2000-08-07 Gerd Moellmann <gerd@gnu.org> + + * files.el (shell-quote-wildcard-pattern): Make sure to return + PATTERN, in the Unix case. + 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> * play/zone.el (zone): Discard any pending input before running
--- a/src/ChangeLog Mon Aug 07 10:31:08 2000 +0000 +++ b/src/ChangeLog Mon Aug 07 10:34:08 2000 +0000 @@ -1,8 +1,8 @@ 2000-08-07 Gerd Moellmann <gerd@gnu.org> * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and - a new buffer is created, make sure make sure echo_area_buffer[] - references the new buffer. + a new buffer is created, make sure echo_area_buffer[] references + the new buffer. 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>