changeset 27473:2c8128604a57

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Jan 2000 13:55:15 +0000
parents 881e4d39490d
children ed3668c0295a
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Jan 28 13:51:47 2000 +0000
+++ b/etc/NEWS	Fri Jan 28 13:55:15 2000 +0000
@@ -13,6 +13,9 @@
 
 * Changes in Emacs 21.1
 
+** C-x 5 1 runs the new command delete-other-frames which deletes
+all frames except the selected one.
+
 ** If your init file is compiled (.emacs.elc), `user-init-file' is set
 to the source name (.emacs.el), if that exists, after loading it.
 
--- a/lisp/ChangeLog	Fri Jan 28 13:51:47 2000 +0000
+++ b/lisp/ChangeLog	Fri Jan 28 13:55:15 2000 +0000
@@ -1,5 +1,8 @@
 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
 
+	* frame.el (delete-other-frames): New function.
+	(toplevel): Bind it to C-x 5 1.
+
 	* sort.el (sort-numeric-base): New option.
 	(sort-numeric-fields): If number starts with `0' or `0[xX[',
 	interpret it as octal or hexadecimal.  Use sort-numeric-base
Binary file src/ChangeLog has changed