diff options
author | Paul W. Rankin <pwr@bydasein.com> | 2021-05-18 16:10:51 +1000 |
---|---|---|
committer | Paul W. Rankin <pwr@bydasein.com> | 2021-05-18 18:24:25 +1000 |
commit | ed8c3303f945fbd2c16ece0e87d041c75ae05ff9 (patch) | |
tree | 3a1ec7eaf124b30ab887016242e7e382536b3c56 /lisp | |
parent | 9676d41b8301b84e07717e633059a3f2b5c4c9d8 (diff) | |
download | emacs-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.el | 2 |
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'." |