Function: x-handle-numeric-switch
x-handle-numeric-switch is a byte-compiled function defined in
common-win.el.gz.
Signature
(x-handle-numeric-switch SWITCH)
Source Code
;; Defined in /usr/src/emacs/lisp/term/common-win.el.gz
;; Handler for switches of the form "-switch n"
(defun x-handle-numeric-switch (switch)
(x-handle-switch switch t))