]> code.delx.au - gnu-emacs/blobdiff - lisp/chistory.el
(sgml-tag-alist): Doc fix.
[gnu-emacs] / lisp / chistory.el
index a32720a40ce8e50a90159ff0fcd377e73ac10388..40b137434461c36aa67f765416ffa20b3daefce5 100644 (file)
@@ -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))