Remove ns-handle-* functions that duplicate x-handle-*.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 03:58:19 +0000 (20:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 03:58:19 +0000 (20:58 -0700)
commitd7d8c62a57e7b4ff8625bccf4e95f8fac7763b26
tree48db08a0f4c8534c0706afa2044f54532f78032c
parent57c17ca45a12cf325007e6ca0d8e1d1102970ff8
Remove ns-handle-* functions that duplicate x-handle-*.

* lisp/term/ns-win.el (ns-version-string): Remove unused declaration.
(ns-invocation-args): Change to x-invocation-args.
(ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
(ns-handle-name-switch, ns-ignore-2-arg): Remove.
(ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
Use x-invocation-args instead of ns-invocation-args.
(ns-initialize-window-system, handle-args-function-alist):
Use x-handle-args instead of ns-handle-args.
* lisp/term/common-win.el (x-handle-args): Also handle nextstep arguments.
* lisp/startup.el (command-line-ns-option-alist): Replace
ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
ns-handle-iconic with the x- equivalents.
lisp/ChangeLog
lisp/startup.el
lisp/term/common-win.el
lisp/term/ns-win.el