diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-10 16:43:54 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-10 16:43:54 -0800 |
commit | 6ba6a3e51f72d00d89583b86349b918b5ff3e793 (patch) | |
tree | 99b546f6df41bd4d5e6f3ade2eaf909a16bc8faf /lisp/window.el | |
parent | 68146aa5abeb41ea6f535e6d2cad6a5211ba49e0 (diff) | |
download | emacs-6ba6a3e51f72d00d89583b86349b918b5ff3e793.tar.gz |
Fix more custom :versions
* lisp/help.el (temp-buffer-max-height):
* lisp/window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
Fix :version.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el index be6ddf8ab9e..b3a66ca1dd3 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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) |