aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-22 18:44:45 +0000
committerJuri Linkov2005-07-22 18:44:45 +0000
commitba698f3b649630762f9e8da1503c93be07af0c6f (patch)
tree331b52b9276b28bb672bcf925f3b3fc96dc7d681
parent93bb512f12be1d59a6619a6d658d206d4604f849 (diff)
downloademacs-ba698f3b649630762f9e8da1503c93be07af0c6f.tar.gz
emacs-ba698f3b649630762f9e8da1503c93be07af0c6f.zip
(tempo-insert-template): Fix 2005-07-16 change.
-rw-r--r--lisp/tempo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 915d3a430d8..282885e2d65 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -303,7 +303,7 @@ mode, ON-REGION is ignored and assumed true if the region is active."
303 transient-mark-mode 303 transient-mark-mode
304 mark-active) 304 mark-active)
305 (if (featurep 'xemacs) 305 (if (featurep 'xemacs)
306 zmacs-regions (mark))) 306 (and zmacs-regions (mark))))
307 (setq on-region t)) 307 (setq on-region t))
308 (and on-region 308 (and on-region
309 (set-marker tempo-region-start (min (mark) (point))) 309 (set-marker tempo-region-start (min (mark) (point)))