aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-27 20:16:17 +0000
committerRichard M. Stallman2002-04-27 20:16:17 +0000
commitc793c600a032485979c7bcdb4431e26e99fbac00 (patch)
tree1b0b6e549c12ca7722c600b92f195a6048a0cc47
parentd86a3084f6fb1940a8e1ddf6aab907acc4060e4b (diff)
downloademacs-c793c600a032485979c7bcdb4431e26e99fbac00.tar.gz
emacs-c793c600a032485979c7bcdb4431e26e99fbac00.zip
(Info-header-line): Mark it as risky-local-variable.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/info.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c06ede1d63..7690e32e281 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-04-27 Richard M. Stallman <rms@gnu.org> 12002-04-27 Richard M. Stallman <rms@gnu.org>
2 2
3 * info.el (Info-header-line): Mark it as risky-local-variable.
4
3 * subr.el (insert-for-yank): Replace `category' property 5 * subr.el (insert-for-yank): Replace `category' property
4 with whatever properties it stands for. 6 with whatever properties it stands for.
5 7
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."
961 961
962(defvar Info-header-line nil 962(defvar Info-header-line nil
963 "If the info node header is hidden, the text of the header.") 963 "If the info node header is hidden, the text of the header.")
964(put 'Info-header-line 'risky-local-variable t)
964 965
965(defun Info-select-node () 966(defun Info-select-node ()
966"Select the info node that point is in. 967"Select the info node that point is in.