emacs-diffs
[Top][All Lists]
Advanced

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

master ed8c330: * lisp/bookmark.el: make bookmark-fontify nil default va


From: Paul W. Rankin
Subject: master ed8c330: * lisp/bookmark.el: make bookmark-fontify nil default value
Date: Tue, 18 May 2021 04:25:09 -0400 (EDT)

branch: master
commit ed8c3303f945fbd2c16ece0e87d041c75ae05ff9
Author: Paul W. Rankin <pwr@bydasein.com>
Commit: Paul W. Rankin <pwr@bydasein.com>

    * 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 64b467a..a4951b5 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'."



reply via email to

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