diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-25 19:59:05 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-25 19:59:05 -0700 |
commit | 725513b7d9eea9e78ef9c61a604660450fa6831d (patch) | |
tree | 768c56154549e481e05fb67b29f960ad129002f5 /lisp/term/pc-win.el | |
parent | 6ee7927589ecc3e7fa058e1d2d9e3ae299ea068b (diff) | |
download | emacs-725513b7d9eea9e78ef9c61a604660450fa6831d.tar.gz |
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.
Diffstat (limited to 'lisp/term/pc-win.el')
-rw-r--r-- | lisp/term/pc-win.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 16e7e8f88f0..767c291c754 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -204,8 +204,10 @@ the operating system.") This is in addition to, but in preference to, the primary selection. Note that MS-Windows does not support selection types other than the -clipboard. \(The primary selection that is set by Emacs is not -accessible to other programs on MS-Windows.\)" +clipboard. (The primary selection that is set by Emacs is not +accessible to other programs on MS-Windows.) + +This variable is not used by the Nextstep port." :type 'boolean :group 'killing) |