summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul W. Rankin <pwr@bydasein.com>2021-05-18 16:10:51 +1000
committerPaul W. Rankin <pwr@bydasein.com>2021-05-18 18:24:25 +1000
commited8c3303f945fbd2c16ece0e87d041c75ae05ff9 (patch)
tree3a1ec7eaf124b30ab887016242e7e382536b3c56 /lisp
parent9676d41b8301b84e07717e633059a3f2b5c4c9d8 (diff)
downloademacs-ed8c3303f945fbd2c16ece0e87d041c75ae05ff9.tar.gz
emacs-ed8c3303f945fbd2c16ece0e87d041c75ae05ff9.tar.bz2
emacs-ed8c3303f945fbd2c16ece0e87d041c75ae05ff9.zip
* lisp/bookmark.el: make bookmark-fontify nil default value
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bookmark.el2
1 files changed, 1 insertions, 1 deletions
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'."