mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(tempo-insert-template): Suppress warning.
This commit is contained in:
parent
1a24f45ad4
commit
7e3db69c11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user