changeset 44902:c4bbb272c48d

(Info-header-line): Mark it as risky-local-variable.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Apr 2002 20:16:09 +0000
parents 433a658ae752
children 8066615efc75
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sat Apr 27 19:49:18 2002 +0000
+++ b/lisp/info.el	Sat Apr 27 20:16:09 2002 +0000
@@ -961,6 +961,7 @@
 
 (defvar Info-header-line nil
   "If the info node header is hidden, the text of the header.")
+(put 'Info-header-line 'risky-local-variable t)
 
 (defun Info-select-node ()
 "Select the info node that point is in.