comparison lisp/rsz-mini.el @ 24550:d0b40f823255

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:37:40 +0000
parents 303c1eaaad3a
children 03b96765f4b4
comparison
equal deleted inserted replaced
24549:976752e904ce 24550:d0b40f823255
5 ;; Author: Noah Friedman <friedman@splode.com> 5 ;; Author: Noah Friedman <friedman@splode.com>
6 ;; Roland McGrath <roland@gnu.org> 6 ;; Roland McGrath <roland@gnu.org>
7 ;; Maintainer: Noah Friedman <friedman@splode.com> 7 ;; Maintainer: Noah Friedman <friedman@splode.com>
8 ;; Keywords: minibuffer, window, frame, display 8 ;; Keywords: minibuffer, window, frame, display
9 9
10 ;; $Id: rsz-mini.el,v 1.23 1998/09/11 01:40:25 friedman Exp kwzh $ 10 ;; $Id: rsz-mini.el,v 1.24 1999/03/30 21:29:47 kwzh Exp kwzh $
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 15 ;; it under the terms of the GNU General Public License as published by
63 63
64 ;;;###autoload 64 ;;;###autoload
65 (defcustom resize-minibuffer-mode nil 65 (defcustom resize-minibuffer-mode nil
66 "Toggle resizing the minibuffer so its entire contents are visible. 66 "Toggle resizing the minibuffer so its entire contents are visible.
67 This variable should be set only with \\[customize], which is equivalent 67 This variable should be set only with \\[customize], which is equivalent
68 to using the function `resize-minibuffer-mode'. 68 to using the function `resize-minibuffer-mode'."
69 :set (lambda (symbol value) 69 :set (lambda (symbol value)
70 (resize-minibuffer-mode (if value 1 -1))) 70 (resize-minibuffer-mode (if value 1 -1)))
71 :initialize 'custom-initialize-default 71 :initialize 'custom-initialize-default
72 :type 'boolean 72 :type 'boolean
73 :group 'resize-minibuffer 73 :group 'resize-minibuffer