diff options
| -rw-r--r-- | lisp/term/ns-win.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index e4093811ad3..399043049c1 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -399,14 +399,6 @@ The properties returned may include `top', `left', `height', and `width'." | |||
| 399 | (set-terminal-parameter frame 'x-setup-function-keys t))) | 399 | (set-terminal-parameter frame 'x-setup-function-keys t))) |
| 400 | 400 | ||
| 401 | 401 | ||
| 402 | |||
| 403 | ;; Must come after keybindings. | ||
| 404 | |||
| 405 | ;; (fmakunbound 'clipboard-yank) | ||
| 406 | ;; (fmakunbound 'clipboard-kill-ring-save) | ||
| 407 | ;; (fmakunbound 'clipboard-kill-region) | ||
| 408 | ;; (fmakunbound 'menu-bar-enable-clipboard) | ||
| 409 | |||
| 410 | ;; Add a couple of menus and rearrange some others; easiest just to redo toplvl | 402 | ;; Add a couple of menus and rearrange some others; easiest just to redo toplvl |
| 411 | ;; Note keymap defns must be given last-to-first | 403 | ;; Note keymap defns must be given last-to-first |
| 412 | (define-key global-map [menu-bar] (make-sparse-keymap "menu-bar")) | 404 | (define-key global-map [menu-bar] (make-sparse-keymap "menu-bar")) |
| @@ -1077,8 +1069,6 @@ On Nextstep, put TEXT in the pasteboard; PUSH is ignored." | |||
| 1077 | (interactive) | 1069 | (interactive) |
| 1078 | (insert (ns-get-cut-buffer-internal 'SECONDARY))) | 1070 | (insert (ns-get-cut-buffer-internal 'SECONDARY))) |
| 1079 | 1071 | ||
| 1080 | (set-face-background 'region "ns_selection_color") | ||
| 1081 | |||
| 1082 | 1072 | ||
| 1083 | 1073 | ||
| 1084 | ;;;; Scrollbar handling. | 1074 | ;;;; Scrollbar handling. |