emacs-diffs
[Top][All Lists]
Advanced

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

master cbd3a3b: Revert "* lisp/bookmark.el: make bookmark-fontify nil de


From: Eli Zaretskii
Subject: master cbd3a3b: Revert "* lisp/bookmark.el: make bookmark-fontify nil default value"
Date: Tue, 18 May 2021 08:01:44 -0400 (EDT)

branch: master
commit cbd3a3b87d590b42c0e37f376c35200712bf5e1d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Revert "* lisp/bookmark.el: make bookmark-fontify nil default value"
    
    This reverts commit ed8c3303f945fbd2c16ece0e87d041c75ae05ff9.
---
 lisp/bookmark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index a4951b5..64b467a 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 nil
+(defcustom bookmark-fontify t
   "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]