From c793c600a032485979c7bcdb4431e26e99fbac00 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 27 Apr 2002 20:16:17 +0000 Subject: [PATCH] (Info-header-line): Mark it as risky-local-variable. --- lisp/ChangeLog | 2 ++ lisp/info.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c06ede1d63..7690e32e281 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-04-27 Richard M. Stallman + * info.el (Info-header-line): Mark it as risky-local-variable. + * subr.el (insert-for-yank): Replace `category' property with whatever properties it stands for. diff --git a/lisp/info.el b/lisp/info.el index 86642b7fd36..e4211c134c6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -961,6 +961,7 @@ a case-insensitive match is tried." (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. -- 2.39.5