From d060bc9f7e8f143a82e459b99c46c936eb85c021 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 28 Jan 2000 17:35:36 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 3 +++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c21e359fa22..166a47a3eb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2000-01-28 Gerd Moellmann + * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize + `collecting' as synonym for `collect'. + + * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name + for the case it contains spaces. + + * simple.el (what-cursor-position): Change formatting of + messages. + * frame.el (delete-other-frames): New function. (toplevel): Bind it to C-x 5 1. diff --git a/src/ChangeLog b/src/ChangeLog index 86d15d717ce..0ad40cb6757 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-01-28 Gerd Moellmann + * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode + for *scratch* if it already existed. + * emacs.c (USAGE): New macro. (main): Use it to display usage information. -- 2.39.5