From: Richard M. Stallman Date: Sat, 16 Jul 2005 17:06:34 +0000 (+0000) Subject: (tempo-insert-template): Suppress warning. X-Git-Tag: emacs-pretest-22.0.90~8100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e3db69c11933915fee117f8b2fca679d2f0cd6d;p=emacs.git (tempo-insert-template): Suppress warning. --- diff --git a/lisp/tempo.el b/lisp/tempo.el index 3f5687d0d08..004e128a323 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." (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