]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 df496b673ecb9a84295319550ff975b98833e390..4d3dda600e37bb5da780923909e3f8cea630f80f 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)