Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 66086:1d0956c24eb7
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
make-variable-buffer-local call to top level to avoid warnings in CVS
Emacs.
* mh-comp.el (mh-insert-letter): Replaced deprecated read-input with
read-string.
| author | Bill Wohler <wohler@newt.com> |
|---|---|
| date | Fri, 14 Oct 2005 16:05:37 +0000 |
| parents | 4520ae2624f2 |
| children | 88d998016498 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Oct 14 13:15:05 2005 +0000 +++ b/lisp/mh-e/ChangeLog Fri Oct 14 16:05:37 2005 +0000 @@ -1,3 +1,12 @@ +2005-10-14 Bill Wohler <wohler@newt.com> + + * mh-seq.el (mh-non-seq-mode-line-annotation): Moved + make-variable-buffer-local call to top level to avoid warnings in + CVS Emacs. + + * mh-comp.el (mh-insert-letter): Replaced deprecated read-input + with read-string. + 2005-10-09 Bill Wohler <wohler@newt.com> * mh-init.el (mh-image-load-path): New function that adds the path
