From: Eric M. Ludlam Date: Thu, 2 Nov 2000 02:29:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e40b809485622e7dcf06a1da1abcbc92069c91b;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index ed1f0b17e4d..1b2f9280aaa 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -903,6 +903,8 @@ argument, it appends to the file. (usually bound to `C-c C-o'); the old name is aliased to it for compatibility. +*** The new function `comint-add-to-input-history' adds commands to the input +ring (history). ** Changes to Rmail mode diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8467c29b34e..74d55264abe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-11-01 Eric M. Ludlam + + * comint.el (comint-add-to-input-history): New function. + (comint-send-input): Use `comint-add-to-input-history'. + 2000-11-02 Miles Bader * info.el (info-menu-header): New face.