(tempo-insert-template): Fix 2005-07-16 change.
This commit is contained in:
parent
93bb512f12
commit
ba698f3b64
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue