emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el,v
Date: Fri, 23 Feb 2007 19:21:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/02/23 19:21:25

Index: comint.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/comint.el,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -b -r1.357 -r1.358
--- comint.el   31 Jan 2007 13:20:52 -0000      1.357
+++ comint.el   23 Feb 2007 19:21:25 -0000      1.358
@@ -896,7 +896,7 @@
                 ;; Watch for those date stamps in history files!
                 (goto-char (point-max))
                 (let (start end history)
-                  (while (and (< count comint-input-ring-size)
+                  (while (and (< count size)
                               (re-search-backward comint-input-ring-separator 
nil t)
                               (setq end (match-beginning 0)))
                     (if (re-search-backward comint-input-ring-separator nil t)




reply via email to

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