visible-mark-mode-maybe: explicitly enable the mode ..instead of toggling it and assuming it's off to begin with.
1 files changed, 1 insertions(+), 1 deletions(-) M visible-mark.el
M visible-mark.el => visible-mark.el +1 -1
@@ 122,7 122,7 @@ (fun (cdr arg)))))) (fun global-visible-mark-mode-exclude-alist)) nil) (t t)) - (visible-mark-mode))) + (visible-mark-mode t))) (define-minor-mode visible-mark-mode "A mode to make the mark visible."