From ed8c3303f945fbd2c16ece0e87d041c75ae05ff9 Mon Sep 17 00:00:00 2001 From: "Paul W. Rankin" Date: Tue, 18 May 2021 16:10:51 +1000 Subject: [PATCH] * lisp/bookmark.el: make bookmark-fontify nil default value --- lisp/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." -- 2.39.5