diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tempo.el | 2 |
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." 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))) |