emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118081: * lisp/info.el (Info-fontify-maximum-menu-s


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118081: * lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.
Date: Fri, 10 Oct 2014 01:11:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118081
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16227
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-10-09 21:11:24 -0400
message:
  * lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/info.el                   info.el-20091113204419-o5vbwnq5f7feedwu-261
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-09 04:23:09 +0000
+++ b/lisp/ChangeLog    2014-10-10 01:11:24 +0000
@@ -1,3 +1,7 @@
+2014-10-10  Glenn Morris  <address@hidden>
+
+       * info.el (Info-fontify-maximum-menu-size): Bump to 400k.  (Bug#16227)
+
 2014-10-09  Glenn Morris  <address@hidden>
 
        * frame.el (display-monitor-attributes-list): Doc tweaks.

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2014-08-11 00:59:34 +0000
+++ b/lisp/info.el      2014-10-10 01:11:24 +0000
@@ -138,10 +138,11 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]