changeset 64377:8b63c8dfb728

(tempo-insert-template): Suppress warning.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Jul 2005 17:06:34 +0000
parents a289f81ac7e5
children 89982901a9ad
files lisp/tempo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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