Mercurial > emacs
changeset 47738:f75902c4cbb5
(delete-frame-hook): Variable alias for
`delete-frame-functions'. Mark obsolete.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Wed, 02 Oct 2002 23:53:37 +0000 |
parents | 0a70200bde27 |
children | ba21f6fad010 |
files | lisp/ChangeLog lisp/frame.el |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 02 23:24:31 2002 +0000 +++ b/lisp/ChangeLog Wed Oct 02 23:53:37 2002 +0000 @@ -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)
--- a/lisp/frame.el Wed Oct 02 23:24:31 2002 +0000 +++ b/lisp/frame.el Wed Oct 02 23:53:37 2002 +0000 @@ -1113,6 +1113,10 @@ (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.