]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Thu, 4 Jun 1998 16:00:44 +0000 (16:00 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Thu, 4 Jun 1998 16:00:44 +0000 (16:00 +0000)
lisp/iswitchb.el
lisp/rsz-mini.el

index 4f82f7fa7d18b2ea1905676d6ec38326416e17ca..bdbcb3fbe1ff77888e1ab36e53f755064f98a09a 100644 (file)
@@ -461,6 +461,7 @@ in a separate window.
                 (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.  
index f1cc6d6e95b42831da771c843b1b68fb164f3674..e42e691237e41f09c376d6c2ab3e8d38d7b5027e 100644 (file)
@@ -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."