aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-06-22 08:30:36 +0000
committerJim Blandy1993-06-22 08:30:36 +0000
commit878a08272599be5e5ee1b971f08a810f93209fd3 (patch)
tree235cde1463939f0c3b1159e75db67a948618375b
parent5c1538928ed70d3c9a2a9b24ffe7d22dd6c262da (diff)
downloademacs-878a08272599be5e5ee1b971f08a810f93209fd3.tar.gz
emacs-878a08272599be5e5ee1b971f08a810f93209fd3.zip
* term/x-win.el (command-switch-alist): "-ib" takes a numeric
argument; use x-handle-numeric-switch for it.
-rw-r--r--lisp/term/x-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index df496b673ec..4d3dda600e3 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -89,7 +89,7 @@
89 ("-reverse" . x-handle-switch) 89 ("-reverse" . x-handle-switch)
90 ("-fn" . x-handle-switch) 90 ("-fn" . x-handle-switch)
91 ("-font" . x-handle-switch) 91 ("-font" . x-handle-switch)
92 ("-ib" . x-handle-switch) 92 ("-ib" . x-handle-numeric-switch)
93 ("-g" . x-handle-geometry) 93 ("-g" . x-handle-geometry)
94 ("-geometry" . x-handle-geometry) 94 ("-geometry" . x-handle-geometry)
95 ("-fg" . x-handle-switch) 95 ("-fg" . x-handle-switch)