# HG changeset patch # User Richard M. Stallman # Date 1121533594 0 # Node ID 8b63c8dfb728416613602adf567bfcb9a3e12c1f # Parent a289f81ac7e5bc39111d822553e356425acbe7fd (tempo-insert-template): Suppress warning. diff -r a289f81ac7e5 -r 8b63c8dfb728 lisp/tempo.el --- a/lisp/tempo.el Sat Jul 16 16:58:43 2005 +0000 +++ b/lisp/tempo.el Sat Jul 16 17:06:34 2005 +0000 @@ -303,7 +303,7 @@ (if (or (and (boundp 'transient-mark-mode) ; For Emacs transient-mark-mode mark-active) - (and (boundp 'zmacs-regions) ; For XEmacs + (if (featurep 'xemacs) zmacs-regions (mark))) (setq on-region t)) (and on-region