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 f60616a..1eaf61a 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 79629c9..4a42185 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.