aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu1998-06-04 16:00:44 +0000
committerDan Nicolaescu1998-06-04 16:00:44 +0000
commitabc8b974597fbb4bc076df647db05cd7a49b6f98 (patch)
treeef93363644f812334c22850826c6bcb3991344ec
parentcbc127de47c694456ea81e4fff1fb49098e0ab29 (diff)
downloademacs-abc8b974597fbb4bc076df647db05cd7a49b6f98.tar.gz
emacs-abc8b974597fbb4bc076df647db05cd7a49b6f98.zip
*** empty log message ***
-rw-r--r--lisp/iswitchb.el1
-rw-r--r--lisp/rsz-mini.el3
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index 4f82f7fa7d1..bdbcb3fbe1f 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -461,6 +461,7 @@ in a separate window.
461 (iswitchb-possible-new-buffer buf))) 461 (iswitchb-possible-new-buffer buf)))
462 )))) 462 ))))
463 463
464;;;###autoload
464(defun iswitchb-read-buffer (prompt &optional default require-match) 465(defun iswitchb-read-buffer (prompt &optional default require-match)
465 "Replacement for the built-in `read-buffer'. 466 "Replacement for the built-in `read-buffer'.
466Return the name of a buffer selected. 467Return the name of a buffer selected.
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el
index f1cc6d6e95b..e42e691237e 100644
--- a/lisp/rsz-mini.el
+++ b/lisp/rsz-mini.el
@@ -7,7 +7,7 @@
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.19 1998/03/23 13:18:54 schwab Exp done $ 10;; $Id: rsz-mini.el,v 1.20 1998/04/20 02:41:08 done Exp done $
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
@@ -61,6 +61,7 @@
61 "Dynamically resize minibuffer to display entire contents" 61 "Dynamically resize minibuffer to display entire contents"
62 :group 'frames) 62 :group 'frames)
63 63
64;;;###autoload
64(defcustom resize-minibuffer-mode nil 65(defcustom resize-minibuffer-mode nil
65 "*If non-`nil', resize the minibuffer so its entire contents are visible. 66 "*If non-`nil', resize the minibuffer so its entire contents are visible.
66You must modify via \\[customize] for this variable to have an effect." 67You must modify via \\[customize] for this variable to have an effect."