emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v


From: David Reitter
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Mon, 20 Oct 2008 02:23:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Reitter <davidswelt>      08/10/20 02:23:02

Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -b -r1.550 -r1.551
--- info.el     19 Oct 2008 23:23:34 -0000      1.550
+++ info.el     20 Oct 2008 02:23:01 -0000      1.551
@@ -3512,10 +3512,9 @@
   (make-local-variable 'Info-history)
   (make-local-variable 'Info-history-forward)
   (make-local-variable 'Info-index-alternatives)
+  (if Info-use-header-line    ; do not override global header lines
   (setq header-line-format
-       (if Info-use-header-line
-           '(:eval (get-text-property (point-min) 'header-line))
-         nil)) ; so the header line isn't displayed
+           '(:eval (get-text-property (point-min) 'header-line))))
   (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
   ;; This is for the sake of the invisible text we use handling titles.
   (make-local-variable 'line-move-ignore-invisible)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]