/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.371 by eliz, Sun Sep 28 09:17:29 2003 UTC revision 1.372 by rms, Tue Sep 30 12:48:19 2003 UTC
# Line 2522  Advanced commands: Line 2522  Advanced commands:
2522    (make-local-variable 'Info-index-alternatives)    (make-local-variable 'Info-index-alternatives)
2523    (setq header-line-format    (setq header-line-format
2524          (if Info-use-header-line          (if Info-use-header-line
2525              '(:eval (get-text-property (point-min) 'header-line))              '(:eval
2526                  (replace-regexp-in-string
2527                   "%" "%%"
2528                   (get-text-property (point-min) 'header-line)))
2529            nil)) ; so the header line isn't displayed            nil)) ; so the header line isn't displayed
2530    (set (make-local-variable 'tool-bar-map) info-tool-bar-map)    (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
2531    ;; This is for the sake of the invisible text we use handling titles.    ;; This is for the sake of the invisible text we use handling titles.

Legend:
Removed from v.1.371  
changed lines
  Added in v.1.372

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26