]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix more custom :versions
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 00:43:54 +0000 (16:43 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 00:43:54 +0000 (16:43 -0800)
* lisp/help.el (temp-buffer-max-height):
* lisp/window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
Fix :version.

lisp/ChangeLog
lisp/help.el
lisp/window.el

index 88ecfddffb2bee80bc131e54bf9920f446cfe470..0207a4f903f15b177f23f0d4a5b2bd857dded359 100644 (file)
@@ -1,5 +1,7 @@
 2012-11-11  Glenn Morris  <rgm@gnu.org>
 
+       * help.el (temp-buffer-max-height):
+       * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
        * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
 
 2012-11-10  Leo Liu  <sdl.web@gmail.com>
index 449818207b3ae7dc1aab94e21e954cbba5234f68..de2a22714f9461f4f65d35070310dafc66cb121c 100644 (file)
@@ -979,7 +979,7 @@ buffer, and should return a positive integer.  At the time the
 function is called, the window to be resized is selected."
   :type '(choice integer function)
   :group 'help
-  :version "24.2")
+  :version "24.3")
 
 (define-minor-mode temp-buffer-resize-mode
   "Toggle auto-resizing temporary buffer windows (Temp Buffer Resize Mode).
index be6ddf8ab9e6eb2355aa364ddcb6811071aa4f2f..b3a66ca1dd33f0466c11622e7537c49f9d0b3eb6 100644 (file)
@@ -6065,7 +6065,7 @@ A frame can be resized if and only if its root window is a live
 window.  The height of the root window is subject to the values
 of `fit-frame-to-buffer-max-height' and `window-min-height'."
   :type 'boolean
-  :version "24.2"
+  :version "24.3"
   :group 'help)
 
 (defcustom fit-frame-to-buffer-bottom-margin 4
@@ -6073,7 +6073,7 @@ of `fit-frame-to-buffer-max-height' and `window-min-height'."
 This is the number of lines `fit-frame-to-buffer' leaves free at the
 bottom of the display in order to not obscure the system task bar."
   :type 'integer
-  :version "24.2"
+  :version "24.3"
   :group 'windows)
 
 (defun fit-frame-to-buffer (&optional frame max-height min-height)