]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempo-insert-template): Fix 2005-07-16 change.
authorJuri Linkov <juri@jurta.org>
Fri, 22 Jul 2005 18:44:45 +0000 (18:44 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 22 Jul 2005 18:44:45 +0000 (18:44 +0000)
lisp/tempo.el

index 915d3a430d80a13889fe15e4f08179791ebf0e20..282885e2d6557284a2359b4fa5bb391bb6972c13 100644 (file)
@@ -303,7 +303,7 @@ mode, ON-REGION is ignored and assumed true if the region is active."
                     transient-mark-mode
                     mark-active)
                (if (featurep 'xemacs)
-                    zmacs-regions (mark)))
+                   (and zmacs-regions (mark))))
            (setq on-region t))
        (and on-region
             (set-marker tempo-region-start (min (mark) (point)))