comparison lisp/rsz-mini.el @ 21670:808ecc2eaa84

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Mon, 20 Apr 1998 03:35:05 +0000
parents b25d5f1dd2de
children 2319cdbf38e5
comparison
equal deleted inserted replaced
21669:9861518505cb 21670:808ecc2eaa84
5 ;; Author: Noah Friedman <friedman@prep.ai.mit.edu> 5 ;; Author: Noah Friedman <friedman@prep.ai.mit.edu>
6 ;; Roland McGrath <roland@prep.ai.mit.edu> 6 ;; Roland McGrath <roland@prep.ai.mit.edu>
7 ;; Maintainer: friedman@prep.ai.mit.edu 7 ;; Maintainer: friedman@prep.ai.mit.edu
8 ;; Keywords: minibuffer, window, frame, display 8 ;; Keywords: minibuffer, window, frame, display
9 9
10 ;; $Id: rsz-mini.el,v 1.18 1998/01/03 07:17:25 rms Exp $ 10 ;; $Id: rsz-mini.el,v 1.19 1998/03/23 13:18:54 schwab Exp done $
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
67 :set (lambda (symbol value) 67 :set (lambda (symbol value)
68 (resize-minibuffer-mode (if value 1 -1))) 68 (resize-minibuffer-mode (if value 1 -1)))
69 :initialize 'custom-initialize-default 69 :initialize 'custom-initialize-default
70 :type 'boolean 70 :type 'boolean
71 :group 'resize-minibuffer 71 :group 'resize-minibuffer
72 :require 'rsz-mini) 72 :require 'rsz-mini
73 :version "20.3")
73 74
74 ;;;###autoload 75 ;;;###autoload
75 (defcustom resize-minibuffer-window-max-height nil 76 (defcustom resize-minibuffer-window-max-height nil
76 "*Maximum size the minibuffer window is allowed to become. 77 "*Maximum size the minibuffer window is allowed to become.
77 If less than 1 or not a number, the limit is the height of the frame in 78 If less than 1 or not a number, the limit is the height of the frame in