From: Martin Rudalics Date: Sun, 9 Oct 2011 12:33:56 +0000 (+0200) Subject: Add version tag for frame-auto-hide-function (Bug#9699). X-Git-Tag: emacs-pretest-24.0.91~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=496774950d0095eb8e2618a7657d81cdde150df9;p=emacs.git Add version tag for frame-auto-hide-function (Bug#9699). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f60616a1b29..1eaf61ad3c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-09 Martin Rudalics + + * window.el (frame-auto-hide-function): Add version tag. + (Bug#9699) + 2011-10-09 Michael Albinus * net/tramp.el (tramp-file-name-handler): Add 'debug to the error diff --git a/lisp/window.el b/lisp/window.el index 79629c9c285..4a421852f82 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -2772,7 +2772,8 @@ shown in a separate frame like `quit-window' and `bury-buffer'." (const :tag "Do nothing" ignore) function) :group 'windows - :group 'frames) + :group 'frames + :version "24.1") (defun window--delete (&optional window dedicated-only kill) "Delete WINDOW if possible.