]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `delete-frame-functions' replacing `delete-frame-hook',
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 3 Oct 2002 00:52:39 +0000 (00:52 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 3 Oct 2002 00:52:39 +0000 (00:52 +0000)
obsolete alias remains.

etc/NEWS

index 7cf2ee99e3c37c870d915cdbf591d9ce5a6893b4..a5be38fc29692b7d71f0be045eca0caf67463f17 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1169,6 +1169,10 @@ write-file-hooks to write-file-functions,
 write-contents-hooks to write-contents-functions.
 Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
 
+** The new variable `delete-frame-functions' replaces `delete-frame-hook'. 
+It was renamed to follow the naming conventions for abnormal hooks.  The old
+name remains available as an alias, but has been marked obsolete.
+
 ** The `read-file-name' function now takes an additional argument which
 specifies a predicate which the file name read must satify.  The
 new variable `read-file-name-predicate' contains the predicate argument