emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106039: Add version tag for frame-au


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106039: Add version tag for frame-auto-hide-function (Bug#9699).
Date: Sun, 09 Oct 2011 14:33:56 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106039
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2011-10-09 14:33:56 +0200
message:
  Add version tag for frame-auto-hide-function (Bug#9699).
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-09 09:38:25 +0000
+++ b/lisp/ChangeLog    2011-10-09 12:33:56 +0000
@@ -1,3 +1,8 @@
+2011-10-09  Martin Rudalics  <address@hidden>
+
+       * window.el (frame-auto-hide-function): Add version tag.
+       (Bug#9699)
+
 2011-10-09  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-file-name-handler): Add 'debug to the error

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-10-08 14:01:55 +0000
+++ b/lisp/window.el    2011-10-09 12:33:56 +0000
@@ -2772,7 +2772,8 @@
                  (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]