(tempo-insert-template): Fix 2005-07-16 change.

This commit is contained in:
Juri Linkov 2005-07-22 18:44:45 +00:00
parent 93bb512f12
commit ba698f3b64

View file

@ -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)))