# HG changeset patch # User Gerd Moellmann # Date 975404193 0 # Node ID 10c41fa2dafee21f39a6c5367002e131122266bd # Parent d7e7743299de6f614d1c6b8adea5e178e260ea1f (Command-history-setup): Remove extraneous `keymap' reference. diff -r d7e7743299de -r 10c41fa2dafe lisp/chistory.el --- a/lisp/chistory.el Tue Nov 28 09:35:46 2000 +0000 +++ b/lisp/chistory.el Tue Nov 28 09:36:33 2000 +0000 @@ -134,7 +134,7 @@ (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))