# HG changeset patch # User Adrian Robert # Date 1254067564 0 # Node ID 73d9bdf2f3470a96cb5fb1d9173f9fcbfc9882d2 # Parent 8ae30db3b661d6fc4203a3c3d8eeb3956b164e2c Don't set the region face background. diff -r 8ae30db3b661 -r 73d9bdf2f347 lisp/term/ns-win.el --- a/lisp/term/ns-win.el Sun Sep 27 15:50:39 2009 +0000 +++ b/lisp/term/ns-win.el Sun Sep 27 16:06:04 2009 +0000 @@ -399,14 +399,6 @@ (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 @@ (interactive) (insert (ns-get-cut-buffer-internal 'SECONDARY))) -(set-face-background 'region "ns_selection_color") - ;;;; Scrollbar handling.