diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-06-04 16:00:44 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-06-04 16:00:44 +0000 |
commit | abc8b974597fbb4bc076df647db05cd7a49b6f98 (patch) | |
tree | ef93363644f812334c22850826c6bcb3991344ec /lisp/iswitchb.el | |
parent | cbc127de47c694456ea81e4fff1fb49098e0ab29 (diff) | |
download | emacs-abc8b974597fbb4bc076df647db05cd7a49b6f98.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r-- | lisp/iswitchb.el | 1 |
1 files changed, 1 insertions, 0 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. (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. |