Mercurial > emacs
changeset 22354:2319cdbf38e5
*** empty log message ***
author | Dan Nicolaescu <done@ece.arizona.edu> |
---|---|
date | Thu, 04 Jun 1998 16:00:44 +0000 |
parents | 402ebb81ae84 |
children | 80bf6e97360b |
files | lisp/iswitchb.el lisp/rsz-mini.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/iswitchb.el Thu Jun 04 06:57:32 1998 +0000 +++ b/lisp/iswitchb.el Thu Jun 04 16:00:44 1998 +0000 @@ -461,6 +461,7 @@ (iswitchb-possible-new-buffer buf))) )))) +;;;###autoload (defun iswitchb-read-buffer (prompt &optional default require-match) "Replacement for the built-in `read-buffer'. Return the name of a buffer selected.
--- a/lisp/rsz-mini.el Thu Jun 04 06:57:32 1998 +0000 +++ b/lisp/rsz-mini.el Thu Jun 04 16:00:44 1998 +0000 @@ -7,7 +7,7 @@ ;; Maintainer: friedman@prep.ai.mit.edu ;; Keywords: minibuffer, window, frame, display -;; $Id: rsz-mini.el,v 1.19 1998/03/23 13:18:54 schwab Exp done $ +;; $Id: rsz-mini.el,v 1.20 1998/04/20 02:41:08 done Exp done $ ;; This file is part of GNU Emacs. @@ -61,6 +61,7 @@ "Dynamically resize minibuffer to display entire contents" :group 'frames) +;;;###autoload (defcustom resize-minibuffer-mode nil "*If non-`nil', resize the minibuffer so its entire contents are visible. You must modify via \\[customize] for this variable to have an effect."