summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAlex Branham <alex.branham@gmail.com>2018-08-31 08:05:06 -0500
committerRobert Pluim <rpluim@gmail.com>2018-09-12 15:20:25 +0200
commit1c22f037fddb6dd9ea3b89ed25543f83c1e147ce (patch)
treeb3e314169324ab199f8b06079c70e27e6cae1329 /lisp
parentee843895cb5aaac9837162bfe740067e9a5d2403 (diff)
downloademacs-1c22f037fddb6dd9ea3b89ed25543f83c1e147ce.tar.gz
Increase default value for imenu-auto-rescan-maxout
* lisp/imenu.el (imenu-auto-rescan-maxout): Increase default value to 600000. (Bug#18426) * doc/emacs/programs.texi (imenu-auto-rescan-maxout): Add documentation for imenu-auto-rescan-maxout. Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/imenu.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el
index 89114524ebc..2608eb259a2 100644
--- a/lisp/imenu.el
+++ b/lisp/imenu.el
@@ -96,11 +96,11 @@ This might not yet be honored by all index-building functions."
:type 'boolean
:group 'imenu)
-(defcustom imenu-auto-rescan-maxout 60000
- "Imenu auto-rescan is disabled in buffers larger than this size (in bytes).
-This variable is buffer-local."
+(defcustom imenu-auto-rescan-maxout 600000
+ "Imenu auto-rescan is disabled in buffers larger than this size (in bytes)."
:type 'integer
- :group 'imenu)
+ :group 'imenu
+ :version "26.2")
(defvar imenu-always-use-completion-buffer-p nil)
(make-obsolete-variable 'imenu-always-use-completion-buffer-p