diff etc/NEWS @ 32913:8a79f057b2a5

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 26 Oct 2000 12:46:12 +0000
parents 34e286ed22a5
children f8e686a581dc
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 26 12:44:20 2000 +0000
+++ b/etc/NEWS	Thu Oct 26 12:46:12 2000 +0000
@@ -1797,6 +1797,10 @@
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)
 
+** Function `delete-frame' runs `delete-frame-hook' before actually
+deleting the frame.  The hook is called with one arg, the frame
+being deleted.
+
 ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg.
 
 +++