From 8898f8c8987f525a846196ec93a2b89cb147243e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 28 Nov 2000 09:36:33 +0000 Subject: (Command-history-setup): Remove extraneous `keymap' reference. --- lisp/chistory.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1