]> code.delx.au - gnu-emacs-elpa/commitdiff
(ioccur-fontify-buffer-p): Now default to nil.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 21 Jan 2012 06:33:26 +0000 (07:33 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 21 Jan 2012 06:33:26 +0000 (07:33 +0100)
ioccur.el

index 7b99ff7135bace0aba1933ec66e4b8730fd98a29..3a55159fb0e3cc5df2a85f4a22dcee67cb5dead9 100644 (file)
--- a/ioccur.el
+++ b/ioccur.el
@@ -147,7 +147,7 @@ Use here one of `re-search-forward' or `search-forward'."
   :group 'ioccur
   :type 'boolean)
 
-(defcustom ioccur-fontify-buffer-p t
+(defcustom ioccur-fontify-buffer-p nil
   "*Fontify `ioccur-current-buffer' when non--nil.
 This allow to have syntactic coloration in `ioccur-buffer' but
 it slow down the start of ioccur at first time on large buffers."