From: John Foerch Date: Sun, 20 Dec 2009 02:02:45 +0000 (-0500) Subject: visible-mark-mode-maybe: explicitly enable the mode X-Git-Tag: v0.1~16 X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=commitdiff_plain;h=a96ee786c0acb0b4b222e10f3362153745f13db4;hp=db9fe8fc2a5dabdc2eec27b98462cc577979daa8 visible-mark-mode-maybe: explicitly enable the mode ..instead of toggling it and assuming it's off to begin with. --- diff --git a/visible-mark.el b/visible-mark.el index 1b6c552..4c77c29 100644 --- a/visible-mark.el +++ b/visible-mark.el @@ -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."