iankelling.org
/
git
/
visible-mark
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
db9fe8f
)
visible-mark-mode-maybe: explicitly enable the mode
author
John Foerch
<jjfoerch@earthlink.net>
Sun, 20 Dec 2009 02:02:45 +0000
(21:02 -0500)
committer
John 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
patch
|
blob
|
history
diff --git
a/visible-mark.el
b/visible-mark.el
index 1b6c552f2e6b35b719cf3ee24053dbed243a5414..4c77c296d3cdda30bdd02bb9a810ca6cd6d33afe 100644
(file)
--- 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))
(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."
(define-minor-mode visible-mark-mode
"A mode to make the mark visible."