]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-hist.el
Delete the autoloads for functions defined with ibuffer-specific commands.
[gnu-emacs] / lisp / eshell / em-hist.el
index 72dfd449763d542698a1f112c719213e5f9f398a..a5426f530011ff30591f770e840384bd92a984b4 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-hist --- history list management
+;;; em-hist.el --- history list management
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -374,7 +374,7 @@ input."
                   (ring-empty-p eshell-history-ring)
                   (not (string-equal (eshell-get-history 0) input))))
          (eshell-put-history input))
-      (setq eshell-save-history-index eshell-history-ring)
+      (setq eshell-save-history-index eshell-history-index)
       (setq eshell-history-index nil))))
 
 (defun eshell-read-history (&optional filename silent)