From 0e40b809485622e7dcf06a1da1abcbc92069c91b Mon Sep 17 00:00:00 2001 From: "Eric M. Ludlam" Date: Thu, 2 Nov 2000 02:29:18 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 5 +++++ 2 files changed, 7 insertions(+) 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. -- 2.39.5