]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't set the region face background.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 27 Sep 2009 16:06:04 +0000 (16:06 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 27 Sep 2009 16:06:04 +0000 (16:06 +0000)
lisp/term/ns-win.el

index e4093811ad3f39c3fce8df433a5f815e8c2b6b98..399043049c131d53cfa66cb28f36358d2ec4b01b 100644 (file)
@@ -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.