emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114219: * lisp/echistory.el (electric-command-histo


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114219: * lisp/echistory.el (electric-command-history): Remove call to deleted func.
Date: Wed, 11 Sep 2013 18:34:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114219
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 14:33:58 -0400
message:
  * lisp/echistory.el (electric-command-history): Remove call to deleted func.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/echistory.el              
echistory.el-20091113204419-o5vbwnq5f7feedwu-199
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-11 18:32:32 +0000
+++ b/lisp/ChangeLog    2013-09-11 18:33:58 +0000
@@ -1,5 +1,7 @@
 2013-09-11  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/echistory.el'
--- a/lisp/echistory.el 2013-01-01 09:11:05 +0000
+++ b/lisp/echistory.el 2013-09-11 18:33:58 +0000
@@ -117,7 +117,6 @@
                  (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]