From a96ee786c0acb0b4b222e10f3362153745f13db4 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sat, 19 Dec 2009 21:02:45 -0500 Subject: [PATCH] visible-mark-mode-maybe: explicitly enable the mode ..instead of toggling it and assuming it's off to begin with. --- visible-mark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.30.2