]> code.delx.au - gnu-emacs/commitdiff
* lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Oct 2014 01:11:24 +0000 (21:11 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Oct 2014 01:11:24 +0000 (21:11 -0400)
Fixes: debbugs:16227
lisp/ChangeLog
lisp/info.el

index ef31fc2ead08398d9dfc7b76e174145df6d3d4a0..33ddd79a52134a38b8b660f289fcb8beb33a854e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 59501c73534a78bf4d93c25206e2916b828e6351..68679b1643e48b2f1dfaa938e84ac15bf9ec58f4 100644 (file)
@@ -138,10 +138,11 @@ The Lisp code is executed when the node is selected.")
   :type 'boolean
   :group 'info)
 
-(defcustom Info-fontify-maximum-menu-size 100000
+(defcustom Info-fontify-maximum-menu-size 400000
   "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