Mercurial > emacs
changeset 98921:fc7723b2b316
* info.el (Info-mode): Do not remove an existing header line if
`Info-use-header-line' is nil.
author | David Reitter <david.reitter@gmail.com> |
---|---|
date | Mon, 20 Oct 2008 02:25:11 +0000 |
parents | 60fa4a4ddd56 |
children | 124674d7af1d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 20 02:23:01 2008 +0000 +++ b/lisp/ChangeLog Mon Oct 20 02:25:11 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-20 David Reitter <david.reitter@gmail.com> + + * info.el (Info-mode): Do not remove an existing header line if + `Info-use-header-line' is nil. + 2008-10-19 Juri Linkov <juri@jurta.org> * isearch.el (isearch-query-replace, isearch-query-replace-regexp):