Mercurial > emacs
changeset 105229:73d9bdf2f347
Don't set the region face background.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Sun, 27 Sep 2009 16:06:04 +0000 |
parents | 8ae30db3b661 |
children | 465e0665ef80 |
files | lisp/term/ns-win.el |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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.