dynwind fixes
[bpt/emacs.git] / lisp / echistory.el
index 2c7ef67..906d8a9 100644 (file)
@@ -1,9 +1,9 @@
 ;;; echistory.el --- Electric Command History Mode
 
-;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: K. Shane Hartman
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 
 ;; This file is part of GNU Emacs.
 
@@ -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))