diff options
| author | David Raynes | 2014-10-02 20:15:34 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-02 20:15:34 -0400 |
| commit | f0da11bd3978faee12cd15b26dbf2fbf837d8a2b (patch) | |
| tree | 4e572cf184aebec4cdb16fbe87c32b383d1f597b /lisp/term | |
| parent | f3c69fb76f3933ba4165855ec5c3ae0635dc4734 (diff) | |
| download | emacs-f0da11bd3978faee12cd15b26dbf2fbf837d8a2b.tar.gz emacs-f0da11bd3978faee12cd15b26dbf2fbf837d8a2b.zip | |
* lisp/term/ns-win.el: Add functions to ns frame, not x frame.
Fixes: debbugs:18614
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/ns-win.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 5889baf6946..b1d3a00df0c 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -971,10 +971,10 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") | |||
| 971 | (when gui-select-enable-clipboard | 971 | (when gui-select-enable-clipboard |
| 972 | (ns-set-pasteboard text)))) | 972 | (ns-set-pasteboard text)))) |
| 973 | 973 | ||
| 974 | (gui-method-define gui-own-selection x #'ns-own-selection-internal) | 974 | (gui-method-define gui-own-selection ns #'ns-own-selection-internal) |
| 975 | (gui-method-define gui-disown-selection x #'ns-disown-selection-internal) | 975 | (gui-method-define gui-disown-selection ns #'ns-disown-selection-internal) |
| 976 | (gui-method-define gui-selection-owner-p x #'ns-selection-owner-p) | 976 | (gui-method-define gui-selection-owner-p ns #'ns-selection-owner-p) |
| 977 | (gui-method-define gui-get-selection x #'x-get-selection-internal) ;FIXME:name! | 977 | (gui-method-define gui-get-selection ns #'x-get-selection-internal) ;FIXME:name! |
| 978 | 978 | ||
| 979 | (provide 'ns-win) | 979 | (provide 'ns-win) |
| 980 | 980 | ||