]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable resize-minibuffer-mode when this file is loaded.
authorNoah Friedman <friedman@splode.com>
Fri, 20 May 1994 17:43:40 +0000 (17:43 +0000)
committerNoah Friedman <friedman@splode.com>
Fri, 20 May 1994 17:43:40 +0000 (17:43 +0000)
lisp/rsz-mini.el

index deef3b3c0dfcf72ad90bdbd6056c071b5544d64d..4bd919a70954446800c47236c80aa5723f68ae87 100644 (file)
@@ -7,6 +7,7 @@
 ;;; Maintainer: friedman@prep.ai.mit.edu
 ;;; Keywords: minibuffer, window, frame, display
 ;;; Status: Known to work in FSF GNU Emacs 19.23.
+;;; $Id$
 
 ;; This file is part of GNU Emacs.
 
@@ -50,6 +51,7 @@
 ;;;     (autoload 'resize-minibuffer-mode "rsz-mini" nil t)
 ;;;
 ;;; Invoking the command `resize-minibuffer-mode' will then enable this mode.
+;;; Simply loading this file will enable resize-minibuffer-mode.
 
 ;;; Code:
 
@@ -196,5 +198,6 @@ respectively."
 (provide 'rsz-mini)
 
 (add-hook 'minibuffer-setup-hook 'resize-minibuffer-setup)
+(resize-minibuffer-mode)
 
 ;; rsz-mini.el ends here