emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/term ns-win.el


From: Adrian Robert
Subject: [Emacs-diffs] emacs/lisp/term ns-win.el
Date: Sun, 27 Sep 2009 16:06:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/09/27 16:06:04

Modified files:
        lisp/term      : ns-win.el 

Log message:
        Don't set the region face background.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/ns-win.el?cvsroot=emacs&r1=1.54&r2=1.55

Patches:
Index: ns-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/ns-win.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- ns-win.el   24 Sep 2009 03:22:43 -0000      1.54
+++ ns-win.el   27 Sep 2009 16:06:04 -0000      1.55
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]