1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

*** empty log message ***

This commit is contained in:
Dan Nicolaescu 1998-06-04 16:00:44 +00:00
parent cbc127de47
commit abc8b97459
2 changed files with 3 additions and 1 deletions

View File

@ -461,6 +461,7 @@ in a separate window.
(iswitchb-possible-new-buffer buf))) (iswitchb-possible-new-buffer buf)))
)))) ))))
;;;###autoload
(defun iswitchb-read-buffer (prompt &optional default require-match) (defun iswitchb-read-buffer (prompt &optional default require-match)
"Replacement for the built-in `read-buffer'. "Replacement for the built-in `read-buffer'.
Return the name of a buffer selected. Return the name of a buffer selected.

View File

@ -7,7 +7,7 @@
;; Maintainer: friedman@prep.ai.mit.edu ;; Maintainer: friedman@prep.ai.mit.edu
;; Keywords: minibuffer, window, frame, display ;; 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. ;; This file is part of GNU Emacs.
@ -61,6 +61,7 @@
"Dynamically resize minibuffer to display entire contents" "Dynamically resize minibuffer to display entire contents"
:group 'frames) :group 'frames)
;;;###autoload
(defcustom resize-minibuffer-mode nil (defcustom resize-minibuffer-mode nil
"*If non-`nil', resize the minibuffer so its entire contents are visible. "*If non-`nil', resize the minibuffer so its entire contents are visible.
You must modify via \\[customize] for this variable to have an effect." You must modify via \\[customize] for this variable to have an effect."