]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bookmark.el: make bookmark-fontify nil default value
authorPaul W. Rankin <pwr@bydasein.com>
Tue, 18 May 2021 06:10:51 +0000 (16:10 +1000)
committerPaul W. Rankin <pwr@bydasein.com>
Tue, 18 May 2021 08:24:25 +0000 (18:24 +1000)
lisp/bookmark.el

index 64b467adfaedf75b1137815a41a11b4c75af08bf..a4951b506f82b2c5a7ee7ce357eb22aca3a28358 100644 (file)
@@ -173,7 +173,7 @@ A non-nil value may result in truncated bookmark names."
   "Time before `bookmark-bmenu-search' updates the display."
   :type  'number)
 
-(defcustom bookmark-fontify t
+(defcustom bookmark-fontify nil
   "Whether to colorize a bookmarked line.
 If non-nil, setting a bookmark will colorize the current line with
 `bookmark-face'."