Let ns load common-win.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 02:59:05 +0000 (19:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Oct 2010 02:59:05 +0000 (19:59 -0700)
commit725513b7d9eea9e78ef9c61a604660450fa6831d
tree768c56154549e481e05fb67b29f960ad129002f5
parent6ee7927589ecc3e7fa058e1d2d9e3ae299ea068b
Let ns load common-win.

* lisp/term/common-win.el (x-select-enable-clipboard):
* lisp/term/pc-win.el (x-select-enable-clipboard): Doc fix.

* lisp/term/ns-win.el: No need to require cl when compiling.
(x-display-name, x-setup-function-keys, x-select-text, x-colors)
(xw-defined-colors): Use the common-win definitions.
(ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
(ns-handle-iconic): Make it an alias for x-handle-iconic.
* lisp/term/common-win.el (x-select-text, x-alternatives-map)
(x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
* lisp/loadup.el [ns]: Load common-win.
lisp/ChangeLog
lisp/loadup.el
lisp/term/common-win.el
lisp/term/ns-win.el
lisp/term/pc-win.el