Mercurial > emacs
changeset 55373:e1be47d1e62e
(iswitchb-global-map): Fix typo. Removed unwanted ###autoloads from
source file.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Wed, 05 May 2004 12:13:52 +0000 |
parents | 274f839cf7a8 |
children | 8f731442b8fb |
files | lisp/iswitchb.el |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/iswitchb.el Wed May 05 08:01:53 2004 +0000 +++ b/lisp/iswitchb.el Wed May 05 12:13:52 2004 +0000 @@ -464,7 +464,7 @@ (substitute-key-definition 'display-buffer ; C-x 4 C-o 'iswitchb-display-buffer map global-map) map) - "Global keymap for `iswtichb-mode'.") + "Global keymap for `iswitchb-mode'.") (defvar iswitchb-history nil "History of buffers selected using `iswitchb-buffer'.") @@ -571,7 +571,6 @@ (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. @@ -1073,7 +1072,6 @@ (get-buffer-window buffer 0) ; better than 'visible ))) -;;;###autoload (defun iswitchb-default-keybindings () "Set up default keybindings for `iswitchb-buffer'. Call this function to override the normal bindings. This function also @@ -1087,7 +1085,6 @@ (global-set-key "\C-x4\C-o" 'iswitchb-display-buffer) (global-set-key "\C-x5b" 'iswitchb-buffer-other-frame)) -;;;###autoload (defun iswitchb-buffer () "Switch to another buffer. @@ -1100,7 +1097,6 @@ (setq iswitchb-method iswitchb-default-method) (iswitchb)) -;;;###autoload (defun iswitchb-buffer-other-window () "Switch to another buffer and show it in another window. The buffer name is selected interactively by typing a substring. @@ -1109,7 +1105,6 @@ (setq iswitchb-method 'otherwindow) (iswitchb)) -;;;###autoload (defun iswitchb-display-buffer () "Display a buffer in another window but don't select it. The buffer name is selected interactively by typing a substring. @@ -1118,7 +1113,6 @@ (setq iswitchb-method 'display) (iswitchb)) -;;;###autoload (defun iswitchb-buffer-other-frame () "Switch to another buffer and show it in another frame. The buffer name is selected interactively by typing a substring.