From: Paul W. Rankin Date: Tue, 18 May 2021 06:10:51 +0000 (+1000) Subject: * lisp/bookmark.el: make bookmark-fontify nil default value X-Git-Tag: emacs-28.0.90~2433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed8c3303f945fbd2c16ece0e87d041c75ae05ff9;p=emacs.git * lisp/bookmark.el: make bookmark-fontify nil default value --- diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 64b467adfae..a4951b506f8 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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'."