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
db176f55
Commit
db176f55
authored
May 25, 1993
by
Jim Blandy
Browse files
* x-win.el (command-switch-alist, x-switch-definitions): Treat
`-i' like `-itype', as in Emacs 18.
parent
a1de6b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/term/x-win.el
lisp/term/x-win.el
+4
-0
No files found.
lisp/term/x-win.el
View file @
db176f55
...
...
@@ -53,6 +53,8 @@
;; -font *font
;; -foreground *foreground
;; -geometry .geometry
;; -i .iconType
;; -itype .iconType
;; -iconic .iconic
;; -name .name
;; -reverse *reverseVideo
...
...
@@ -94,6 +96,7 @@
(
"-background"
.
x-handle-switch
)
(
"-ms"
.
x-handle-switch
)
(
"-itype"
.
x-handle-switch
)
(
"-i"
.
x-handle-switch
)
(
"-iconic"
.
x-handle-switch
)
(
"-cr"
.
x-handle-switch
)
(
"-vb"
.
x-handle-switch
)
...
...
@@ -117,6 +120,7 @@
(
"-ms"
mouse-color
)
(
"-cr"
cursor-color
)
(
"-itype"
icon-type
t
)
(
"-i"
icon-type
t
)
(
"-iconic"
iconic-startup
t
)
(
"-vb"
vertical-scroll-bars
t
)
(
"-hb"
horizontal-scroll-bars
t
)
...
...
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