From: Richard M. Stallman Date: Sat, 27 Apr 2002 20:16:17 +0000 (+0000) Subject: (Info-header-line): Mark it as risky-local-variable. X-Git-Tag: ttn-vms-21-2-B4~15364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c793c600a032485979c7bcdb4431e26e99fbac00;p=emacs.git (Info-header-line): Mark it as risky-local-variable. --- 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.