]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* lisp/bookmark.el: make bookmark-fontify nil default value"
authorEli Zaretskii <eliz@gnu.org>
Tue, 18 May 2021 12:00:04 +0000 (15:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 May 2021 12:00:04 +0000 (15:00 +0300)
This reverts commit ed8c3303f945fbd2c16ece0e87d041c75ae05ff9.

lisp/bookmark.el

index a4951b506f82b2c5a7ee7ce357eb22aca3a28358..64b467adfaedf75b1137815a41a11b4c75af08bf 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 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'."