]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempo-insert-template): Suppress warning.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 2005 17:06:34 +0000 (17:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 2005 17:06:34 +0000 (17:06 +0000)
lisp/tempo.el

index 3f5687d0d085aa622ba1915dafc7637fe407d9bb..004e128a323281258c95451649b677fbfd849cd6 100644 (file)
@@ -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