1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(delete-frame-hook): Variable alias for

`delete-frame-functions'.  Mark obsolete.
This commit is contained in:
John Paul Wallington 2002-10-02 23:53:37 +00:00
parent 18f952d5da
commit da7829a310
2 changed files with 9 additions and 0 deletions

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

View 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")
;; Highlighting trailing whitespace.