Mercurial > hg > xemacs-beta
comparison lisp/frame.el @ 4507:83e35df20028
Automated merge with file:///Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 08 Sep 2008 08:48:22 +0200 |
parents | bd28481bb0e1 |
children | 44129f301385 |
comparison
equal
deleted
inserted
replaced
4505:a5f1da0eb001 | 4507:83e35df20028 |
---|---|
1848 (defcustom temp-buffer-max-height .5 | 1848 (defcustom temp-buffer-max-height .5 |
1849 "*Proportion of frame to use for temp windows." | 1849 "*Proportion of frame to use for temp windows." |
1850 :type 'number | 1850 :type 'number |
1851 :group 'frames) | 1851 :group 'frames) |
1852 | 1852 |
1853 ;; See also #'temp-buffer-resize-mode in help.el. | |
1854 | |
1853 (defun show-temp-buffer-in-current-frame (buffer) | 1855 (defun show-temp-buffer-in-current-frame (buffer) |
1854 "For use as the value of `temp-buffer-show-function': | 1856 "For use as the value of `temp-buffer-show-function': |
1855 always displays the buffer in the selected frame, regardless of the behavior | 1857 always displays the buffer in the selected frame, regardless of the behavior |
1856 that would otherwise be introduced by the `pre-display-buffer-function', which | 1858 that would otherwise be introduced by the `pre-display-buffer-function', which |
1857 is normally set to `get-frame-for-buffer' (which see)." | 1859 is normally set to `get-frame-for-buffer' (which see)." |