]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 28 Jan 2000 17:35:36 +0000 (17:35 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 28 Jan 2000 17:35:36 +0000 (17:35 +0000)
lisp/ChangeLog
src/ChangeLog

index c21e359fa229746195dd71093eeee9240408a162..166a47a3eb5ef0b4b5868ba099fc2744ac807767 100644 (file)
@@ -1,5 +1,14 @@
 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.
 
index 86d15d717ce26ebcce432d530454e7735a18144d..0ad40cb67571a595ffd2b9161c5ae97b158d7aad 100644 (file)
@@ -1,5 +1,8 @@
 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.