From: Gerd Moellmann Date: Tue, 28 Nov 2000 09:36:33 +0000 (+0000) Subject: (Command-history-setup): Remove extraneous `keymap' X-Git-Tag: emacs-pretest-21.0.92~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83d544cb791bd7ea3c6114ca67c59235ad62b94d;p=emacs.git (Command-history-setup): Remove extraneous `keymap' reference. --- diff --git a/lisp/chistory.el b/lisp/chistory.el index a32720a40ce..40b13743446 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -134,7 +134,7 @@ The buffer is left in Command History mode." (defun Command-history-setup () (kill-all-local-variables) - (use-local-map (or keymap command-history-map)) + (use-local-map command-history-map) (lisp-mode-variables nil) (set-syntax-table emacs-lisp-mode-syntax-table) (setq buffer-read-only t))