*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-01-28 17:35:36 +00:00
parent dba1a30ab8
commit d060bc9f7e
2 changed files with 12 additions and 0 deletions

View 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.

View 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.