]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-frame-hook): Variable alias for
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 2 Oct 2002 23:53:37 +0000 (23:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 2 Oct 2002 23:53:37 +0000 (23:53 +0000)
`delete-frame-functions'.  Mark obsolete.

lisp/ChangeLog
lisp/frame.el

index dad6492756921040eec4881b72da1ec94d6b77c1..ae0deed12944771178e1642b5f98e3ef01a74baf 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * frame.el (delete-frame-hook): Variable alias for
+       `delete-frame-functions'.  Mark obsolete.
+
 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
 
        * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
index 6969c14b8552e2681098409abd84d5ca359f24e7..3fac3b28490aadbf8727b2ed9e0d6cd387eb302d 100644 (file)
@@ -1113,6 +1113,10 @@ left untouched.  FRAME nil or omitted means use the selected frame."
 (make-obsolete 'set-screen-width 'set-frame-width) ;before 19.15
 (make-obsolete 'set-screen-height 'set-frame-height) ;before 19.15
 
+;; miscellaneous obsolescence declarations
+(defvaralias 'delete-frame-hook 'delete-frame-functions)
+(make-obsolete-variable 'delete-frame-hook 'delete-frame-functions "21.4")
+
 \f
 ;; Highlighting trailing whitespace.