# HG changeset patch # User David Reitter # Date 1224469511 0 # Node ID fc7723b2b31639d868470d74185ec99069e10bce # Parent 60fa4a4ddd561960d6d5ac06be3995cc4b98b169 * info.el (Info-mode): Do not remove an existing header line if `Info-use-header-line' is nil. diff -r 60fa4a4ddd56 -r fc7723b2b316 lisp/ChangeLog --- 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 + + * info.el (Info-mode): Do not remove an existing header line if + `Info-use-header-line' is nil. + 2008-10-19 Juri Linkov * isearch.el (isearch-query-replace, isearch-query-replace-regexp):