From: Juri Linkov Date: Fri, 22 Jul 2005 18:44:45 +0000 (+0000) Subject: (tempo-insert-template): Fix 2005-07-16 change. X-Git-Tag: emacs-pretest-22.0.90~7905 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba698f3b649630762f9e8da1503c93be07af0c6f;p=emacs.git (tempo-insert-template): Fix 2005-07-16 change. --- 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." 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)))