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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Tue, 30 Sep 2003 08:48:20 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.371 emacs/lisp/info.el:1.372
*** emacs/lisp/info.el:1.371    Sun Sep 28 05:17:29 2003
--- emacs/lisp/info.el  Tue Sep 30 08:48:19 2003
***************
*** 2522,2528 ****
    (make-local-variable 'Info-index-alternatives)
    (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
    (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
    ;; This is for the sake of the invisible text we use handling titles.
--- 2522,2531 ----
    (make-local-variable 'Info-index-alternatives)
    (setq header-line-format
        (if Info-use-header-line
!           '(:eval
!             (replace-regexp-in-string
!              "%" "%%"
!              (get-text-property (point-min) 'header-line)))
          nil)) ; so the header line isn't displayed
    (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
    ;; This is for the sake of the invisible text we use handling titles.




reply via email to

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