summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-09-27 16:06:04 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-09-27 16:06:04 +0000
commitaa36cda6dedc0111bb910694daef14ed791bbb5d (patch)
tree4dd4f873180bd6c7a9d141a0a9e785a0a7a9500b /lisp/term
parent17efd58d9d8d09775d5837db444811e42fc34d7e (diff)
downloademacs-aa36cda6dedc0111bb910694daef14ed791bbb5d.tar.gz
Don't set the region face background.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el10
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'."
(set-terminal-parameter frame 'x-setup-function-keys t)))
-
-;; Must come after keybindings.
-
-;; (fmakunbound 'clipboard-yank)
-;; (fmakunbound 'clipboard-kill-ring-save)
-;; (fmakunbound 'clipboard-kill-region)
-;; (fmakunbound 'menu-bar-enable-clipboard)
-
;; Add a couple of menus and rearrange some others; easiest just to redo toplvl
;; Note keymap defns must be given last-to-first
(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."
(interactive)
(insert (ns-get-cut-buffer-internal 'SECONDARY)))
-(set-face-background 'region "ns_selection_color")
-
;;;; Scrollbar handling.