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
47757c74
Commit
47757c74
authored
Dec 25, 2007
by
Richard M. Stallman
Browse files
(winner-active-region): Use `mark-active' if it's defined.
parent
b63dc21e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/winner.el
lisp/winner.el
+3
-3
No files found.
lisp/winner.el
View file @
47757c74
...
...
@@ -46,9 +46,9 @@
(
defmacro
winner-active-region
()
(
if
(
f
boundp
'
region
-active
-p
)
'
(
region
-active
-p
)
'
mark
-active
))
(
if
(
boundp
'
mark
-active
)
'
mark
-active
'
(
region
-active
-p
)
))
(
defsetf
winner-active-region
()
(
store
)
(
if
(
fboundp
'zmacs-activate-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