Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7e3db69c
Commit
7e3db69c
authored
Jul 16, 2005
by
Richard M. Stallman
Browse files
(tempo-insert-template): Suppress warning.
parent
1a24f45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/tempo.el
lisp/tempo.el
+1
-1
No files found.
lisp/tempo.el
View file @
7e3db69c
...
...
@@ -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
(
bound
p
'
z
macs
-regions
)
; For XEmacs
(
if
(
feature
p
'
xe
macs
)
zmacs-regions
(
mark
)))
(
setq
on-region
t
))
(
and
on-region
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment