Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dcc327d4
Commit
dcc327d4
authored
Oct 09, 2014
by
Glenn Morris
Browse files
* lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.
Fixes: debbugs:16227
parent
8881986b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/info.el
lisp/info.el
+2
-1
No files found.
lisp/ChangeLog
View file @
dcc327d4
2014-10-10 Glenn Morris <rgm@gnu.org>
* info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
2014-10-09 Glenn Morris <rgm@gnu.org>
* frame.el (display-monitor-attributes-list): Doc tweaks.
...
...
lisp/info.el
View file @
dcc327d4
...
...
@@ -138,10 +138,11 @@ The Lisp code is executed when the node is selected.")
:type 'boolean
:group 'info)
(defcustom Info-fontify-maximum-menu-size
1
00000
(defcustom Info-fontify-maximum-menu-size
4
00000
"Maximum size of menu to fontify if `font-lock-mode' is non-nil.
Set to nil to disable node fontification."
:type 'integer
:version "25.1" ; 100k -> 400k
:group 'info)
(defcustom Info-use-header-line t
...
...
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