# HG changeset patch # User Stephen Eglen # Date 940784181 0 # Node ID 6f7db3f3698da27f790654c3f0e6bbbbafbc3843 # Parent 6d116c42697941d9d828e3279d0cac91460a25a1 iswitchb-default-keybindings: no-need for read-kbd-macro. diff -r 6d116c426979 -r 6f7db3f3698d lisp/iswitchb.el --- a/lisp/iswitchb.el Sat Oct 23 22:44:26 1999 +0000 +++ b/lisp/iswitchb.el Sun Oct 24 16:56:21 1999 +0000 @@ -974,10 +974,10 @@ adds a hook to the minibuffer." (interactive) (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup) - (global-set-key (read-kbd-macro "C-x b") 'iswitchb-buffer) - (global-set-key (read-kbd-macro "C-x 4 b") 'iswitchb-buffer-other-window) - (global-set-key (read-kbd-macro "C-x 4 C-o") 'iswitchb-display-buffer) - (global-set-key (read-kbd-macro "C-x 5 b") 'iswitchb-buffer-other-frame)) + (global-set-key "\C-xb" 'iswitchb-buffer) + (global-set-key "\C-x4b" 'iswitchb-buffer-other-window) + (global-set-key "\C-x4\C-o" 'iswitchb-display-buffer) + (global-set-key "\C-x5b" 'iswitchb-buffer-other-frame)) ;;;###autoload (defun iswitchb-buffer ()