Mercurial > hg > xemacs-beta
comparison lisp/resize-minibuffer.el @ 3936:5db7720dd944
[xemacs-hg @ 2007-05-01 14:32:50 by stephent]
Fix build breakage, general cleanliness. <87bqh4haij.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 01 May 2007 14:32:51 +0000 |
parents | c585f0c06591 |
children | 91b3aa59f49b |
comparison
equal
deleted
inserted
replaced
3935:f56fa2f5f055 | 3936:5db7720dd944 |
---|---|
33 ;;; XEmacs will find the wrong one! | 33 ;;; XEmacs will find the wrong one! |
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 | |
39 ;; $Id: resize-minibuffer.el,v 1.6 2007/04/30 19:50:53 stephent Exp $ | |
40 | 38 |
41 ;; This package allows the entire contents (or as much as possible) of the | 39 ;; 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 | 40 ;; 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 | 41 ;; reached, the minibuffer will resize itself. When the user is done |
44 ;; typing, the minibuffer will return to its original size. | 42 ;; typing, the minibuffer will return to its original size. |