Mercurial > emacs
changeset 3889:2eebd5d36093
* term/x-win.el (command-switch-alist): "-ib" takes a numeric
argument; use x-handle-numeric-switch for it.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Jun 1993 08:30:36 +0000 |
parents | 25b4e4ee7ba7 |
children | ab295012a818 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Tue Jun 22 08:17:56 1993 +0000 +++ b/lisp/term/x-win.el Tue Jun 22 08:30:36 1993 +0000 @@ -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)