comparison lisp/ChangeLog @ 111185:050a28bd1797

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.
author Glenn Morris <rgm@gnu.org>
date Mon, 25 Oct 2010 20:58:19 -0700
parents 72ef880ed198
children ae2943f17a5d
comparison
equal deleted inserted replaced
111184:c7c697c81a21 111185:050a28bd1797
1 2010-10-26 Glenn Morris <rgm@gnu.org> 1 2010-10-26 Glenn Morris <rgm@gnu.org>
2
3 * term/ns-win.el (ns-version-string): Remove unused declaration.
4 (ns-invocation-args): Change to x-invocation-args.
5 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
6 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
7 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
8 Use x-invocation-args instead of ns-invocation-args.
9 (ns-initialize-window-system, handle-args-function-alist):
10 Use x-handle-args instead of ns-handle-args.
11 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
12 * startup.el (command-line-ns-option-alist): Replace
13 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
14 ns-handle-iconic with the x- equivalents.
2 15
3 * term/common-win.el (x-select-enable-clipboard): 16 * term/common-win.el (x-select-enable-clipboard):
4 * term/pc-win.el (x-select-enable-clipboard): Doc fix. 17 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5 18
6 * term/ns-win.el: No need to require cl when compiling. 19 * term/ns-win.el: No need to require cl when compiling.