Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67f445d7
Commit
67f445d7
authored
May 07, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-enable-active-nodes): Default to nil. Mark it risky.
parent
33d5f42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/info.el
lisp/info.el
+2
-1
No files found.
lisp/info.el
View file @
67f445d7
...
...
@@ -39,9 +39,10 @@ However, we recommend that you not do this.
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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment