* lisp/echistory.el (electric-command-history): Remove call to deleted func.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 18:33:58 +0000 (14:33 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 18:33:58 +0000 (14:33 -0400)
lisp/ChangeLog
lisp/echistory.el

index 315e0d4..06c30cd 100644 (file)
@@ -1,5 +1,7 @@
 2013-09-11  Glenn Morris  <rgm@gnu.org>
 
+       * echistory.el (electric-command-history): Remove call to deleted func.
+
        * play/landmark.el (landmark-mode): Fix typos.
 
        * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
@@ -61,6 +63,7 @@
        * chistory.el (command-history-mode-map): Rename from
        command-history-map.
        (command-history-mode): Use define-derived-mode.
+       (Command-history-setup): Remove function.
        * calc/calc.el (calc-trail-mode-map): New var.
        (calc-trail-mode): Use define-derived-mode.
        (calc-trail-buffer): Set calc-main-buffer manually.
index fc576aa..5989c9b 100644 (file)
@@ -117,7 +117,6 @@ The Command History listing is recomputed each time this mode is invoked."
                  (save-window-excursion
                    (list-command-history)
                    (set-buffer "*Command History*")
-                   (Command-history-setup)
                    (setq major-mode 'electric-command-history)
                    (setq mode-name "Electric History")
                    (use-local-map electric-history-map))