]> git.eshelyaron.com Git - emacs.git/commitdiff
Add version tag for frame-auto-hide-function (Bug#9699).
authorMartin Rudalics <rudalics@gmx.at>
Sun, 9 Oct 2011 12:33:56 +0000 (14:33 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 9 Oct 2011 12:33:56 +0000 (14:33 +0200)
lisp/ChangeLog
lisp/window.el

index f60616a1b2994a719d8b64e84182586553b661b1..1eaf61ad3c26d39c0665f8341ea910c25d67d5d3 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (frame-auto-hide-function): Add version tag.
+       (Bug#9699)
+
 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
index 79629c9c2850114fda2ae653aa024c2a59bbe07d..4a421852f829b83adf48eb650c8dceb7488ef22e 100644 (file)
@@ -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.