summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-15 21:17:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-15 21:17:55 +0000
commit2927a00a62f54ece4892b36f383c85cb4d4c72e9 (patch)
treeba9954ea88f09e1f6ccb6742d998fd6246590e75 /lisp/faces.el
parent9df0757beb7b6189bdef5399bd627855a08b902c (diff)
downloademacs-2927a00a62f54ece4892b36f383c85cb4d4c72e9.tar.gz
Rename `primary-selection' to `region'.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 405c6b4fe51..0c1e4180ad9 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -610,10 +610,10 @@ If NOERROR is non-nil, return nil on failure."
(make-face 'bold)
(make-face 'italic)
(make-face 'bold-italic)
- (make-face 'primary-selection)
+ (make-face 'region)
(make-face 'secondary-selection)
- (setq region-face (face-id 'primary-selection))
+ (setq region-face (face-id 'region))
;; Set up the faces of all existing X Window frames.
(let ((frames (frame-list)))
@@ -682,10 +682,10 @@ If NOERROR is non-nil, return nil on failure."
;;; (set-face-background-pixmap 'highlight "gray1" frame)
(error (invert-face 'highlight frame))))
- (or (face-differs-from-default-p 'primary-selection frame)
+ (or (face-differs-from-default-p 'region frame)
(condition-case ()
- (set-face-background 'primary-selection "gray" frame)
- (error (invert-face 'primary-selection frame))))
+ (set-face-background 'region "gray" frame)
+ (error (invert-face 'region frame))))
(or (face-differs-from-default-p 'secondary-selection frame)
(condition-case ()