Mercurial > emacs
changeset 15177:4935ada40f67
(Info-enable-active-nodes): Default to nil. Mark it risky.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 May 1996 00:51:23 +0000 |
parents | 87c0298bd4f7 |
children | c23003387bc9 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue May 07 00:03:53 1996 +0000 +++ b/lisp/info.el Tue May 07 00:51:23 1996 +0000 @@ -39,9 +39,10 @@ It is better to write a Texinfo file and generate the Info file from that, because that gives you a printed manual as well.") -(defvar Info-enable-active-nodes t +(defvar Info-enable-active-nodes nil "Non-nil allows Info to execute Lisp code associated with nodes. The Lisp code is executed when the node is selected.") +(put 'Info-enable-active-nodes 'risky-local-variable t) (defvar Info-fontify t "*Non-nil enables highlighting and fonts in Info nodes.")