comparison lisp/info.el @ 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 f9d06e4e877c
children d78c3fd6a0ab
comparison
equal deleted inserted replaced
15176:87c0298bd4f7 15177:4935ada40f67
37 This is convenient if you want to write info files by hand. 37 This is convenient if you want to write info files by hand.
38 However, we recommend that you not do this. 38 However, we recommend that you not do this.
39 It is better to write a Texinfo file and generate the Info file from that, 39 It is better to write a Texinfo file and generate the Info file from that,
40 because that gives you a printed manual as well.") 40 because that gives you a printed manual as well.")
41 41
42 (defvar Info-enable-active-nodes t 42 (defvar Info-enable-active-nodes nil
43 "Non-nil allows Info to execute Lisp code associated with nodes. 43 "Non-nil allows Info to execute Lisp code associated with nodes.
44 The Lisp code is executed when the node is selected.") 44 The Lisp code is executed when the node is selected.")
45 (put 'Info-enable-active-nodes 'risky-local-variable t)
45 46
46 (defvar Info-fontify t 47 (defvar Info-fontify t
47 "*Non-nil enables highlighting and fonts in Info nodes.") 48 "*Non-nil enables highlighting and fonts in Info nodes.")
48 49
49 (defvar Info-fontify-maximum-menu-size 30000 50 (defvar Info-fontify-maximum-menu-size 30000