bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18426: [PATCH] Increase default size of imenu-auto-rescan-maxout


From: Robert Pluim
Subject: bug#18426: [PATCH] Increase default size of imenu-auto-rescan-maxout
Date: Fri, 31 Aug 2018 15:12:39 +0200

Alex Branham <alex.branham@gmail.com> writes:

> Great, I've attached a patch that bunches it all together for the emacs-26 
> branch.
>

Two nits, below

> Thanks,
> Alex
>
> ------------------------------------------------------------
>
> From 1fd71c5195eb3c32e1da161770fbf4dd820d8e31 Mon Sep 17 00:00:00 2001
> From: Alex Branham <alex.branham@gmail.com>
> Date: Fri, 31 Aug 2018 08:05:06 -0500
> Subject: [PATCH] Increase default value for imenu-auto-rescan-maxout
>
> * lisp/imenu.el (imenu-auto-rescan-maxout): Increase default value to
>   600000. (Bug#18426)

Two spaces after '.'

> -(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 "27.1")
>

If this is intended for emacs-26, then this needs to say :version "26.2"

Thanks

Robert





reply via email to

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