comparison lisp/resize-minibuffer.el @ 3932:c585f0c06591

[xemacs-hg @ 2007-04-30 19:50:53 by stephent] Unbreak build; patch will be posted 2007-05-01.
author stephent
date Mon, 30 Apr 2007 19:50:53 +0000
parents 94ecba3ecd77
children 5db7720dd944
comparison
equal deleted inserted replaced
3931:fd1f0c73d4df 3932:c585f0c06591
34 34
35 ;;; Commentary: 35 ;;; Commentary:
36 36
37 ;; This file has received maintenance by the XEmacs development team. 37 ;; This file has received maintenance by the XEmacs development team.
38 38
39 ;; $Id: resize-minibuffer.el,v 1.5 2007/04/30 16:16:51 stephent Exp $ 39 ;; $Id: resize-minibuffer.el,v 1.6 2007/04/30 19:50:53 stephent Exp $
40 40
41 ;; This package allows the entire contents (or as much as possible) of the 41 ;; This package allows the entire contents (or as much as possible) of the
42 ;; minibuffer to be visible at once when typing. As the end of a line is 42 ;; minibuffer to be visible at once when typing. As the end of a line is
43 ;; reached, the minibuffer will resize itself. When the user is done 43 ;; reached, the minibuffer will resize itself. When the user is done
44 ;; typing, the minibuffer will return to its original size. 44 ;; typing, the minibuffer will return to its original size.
120 never get smaller while it is active." 120 never get smaller while it is active."
121 :type 'boolean 121 :type 'boolean
122 :group 'resize-minibuffer) 122 :group 'resize-minibuffer)
123 123
124 124
125 ;;;###autoload
126 (defun resize-minibuffer-mode (&optional prefix) 125 (defun resize-minibuffer-mode (&optional prefix)
127 "Enable or disable resize-minibuffer mode. 126 "Enable or disable resize-minibuffer mode.
128 A negative prefix argument disables this mode. A positive argument or 127 A negative prefix argument disables this mode. A positive argument or
129 argument of 0 enables it. 128 argument of 0 enables it.
130 129