visible-mark-mode-maybe: explicitly enable the mode
authorJohn Foerch <jjfoerch@earthlink.net>
Sun, 20 Dec 2009 02:02:45 +0000 (21:02 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Sun, 20 Dec 2009 02:02:45 +0000 (21:02 -0500)
..instead of toggling it and assuming it's off to begin with.

visible-mark.el

index 1b6c552f2e6b35b719cf3ee24053dbed243a5414..4c77c296d3cdda30bdd02bb9a810ca6cd6d33afe 100644 (file)
                             (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."