mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-02 21:52:04 -08:00
* lisp/term/ns-win.el: Add functions to ns frame, not x frame.
Fixes: debbugs:18614
This commit is contained in:
parent
f3c69fb76f
commit
f0da11bd39
2 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
|
||||
|
||||
* term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
|
||||
|
||||
2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* obsolete/lucid.el (read-number): Remove, redundant.
|
||||
|
|
|
|||
|
|
@ -971,10 +971,10 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
|
|||
(when gui-select-enable-clipboard
|
||||
(ns-set-pasteboard text))))
|
||||
|
||||
(gui-method-define gui-own-selection x #'ns-own-selection-internal)
|
||||
(gui-method-define gui-disown-selection x #'ns-disown-selection-internal)
|
||||
(gui-method-define gui-selection-owner-p x #'ns-selection-owner-p)
|
||||
(gui-method-define gui-get-selection x #'x-get-selection-internal) ;FIXME:name!
|
||||
(gui-method-define gui-own-selection ns #'ns-own-selection-internal)
|
||||
(gui-method-define gui-disown-selection ns #'ns-disown-selection-internal)
|
||||
(gui-method-define gui-selection-owner-p ns #'ns-selection-owner-p)
|
||||
(gui-method-define gui-get-selection ns #'x-get-selection-internal) ;FIXME:name!
|
||||
|
||||
(provide 'ns-win)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue