Mercurial > emacs
changeset 38972:4459c45545d0
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 27 Aug 2001 13:03:53 +0000 |
parents | 478f11ee1d4c |
children | 64125d607a06 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 27 12:59:39 2001 +0000 +++ b/lisp/ChangeLog Mon Aug 27 13:03:53 2001 +0000 @@ -1,3 +1,14 @@ +2001-08-22 Miles Bader <miles@gnu.org> + + * comint.el (comint-get-old-input-default): Don't signal an error + if point is not on an input field; instead, return the current + line (using `comint-bol' to skip any prompt, in case we're not + using fields at all). + + * man.el (Man-mode-line-format): Variable removed. + (Man-mode): Change `mode-line-buffer-identification' instead of + `mode-line-format'. + 2001-08-27 Gerd Moellmann <gerd@gnu.org> * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.