* term/x-win.el (command-switch-alist): "-ib" takes a numeric
authorJim Blandy <jimb@redhat.com>
Tue, 22 Jun 1993 08:30:36 +0000 (08:30 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 22 Jun 1993 08:30:36 +0000 (08:30 +0000)
argument; use x-handle-numeric-switch for it.

lisp/term/x-win.el

index df496b6..4d3dda6 100644 (file)
@@ -89,7 +89,7 @@
                ("-reverse" .   x-handle-switch)
                ("-fn" .        x-handle-switch)
                ("-font" .      x-handle-switch)
-               ("-ib" .        x-handle-switch)
+               ("-ib" .        x-handle-numeric-switch)
                ("-g" .         x-handle-geometry)
                ("-geometry" .  x-handle-geometry)
                ("-fg" .        x-handle-switch)