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
e6299e30
Commit
e6299e30
authored
May 25, 1993
by
Jim Blandy
Browse files
* x-win.el (x-select-text): New arg PUSH.
(x-switch-definitions): Represent -r as `reverse' option.
parent
7b50ece7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/term/x-win.el
lisp/term/x-win.el
+3
-3
No files found.
lisp/term/x-win.el
View file @
e6299e30
...
...
@@ -104,9 +104,9 @@
(
defconst
x-switch-definitions
'
((
"-name"
name
)
(
"-T"
name
)
(
"-r"
lose
)
(
"-rv"
lose
)
(
"-reverse"
lose
)
(
"-r"
reverse
t
)
(
"-rv"
reverse
t
)
(
"-reverse"
reverse
t
)
(
"-fn"
font
)
(
"-font"
font
)
(
"-ib"
internal-border-width
)
...
...
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