aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/themes/deeper-blue-theme.el2
-rw-r--r--etc/themes/dichromacy-theme.el2
-rw-r--r--etc/themes/misterioso-theme.el2
-rw-r--r--etc/themes/tango-dark-theme.el2
-rw-r--r--etc/themes/tango-theme.el2
-rw-r--r--etc/themes/wheatgrass-theme.el2
-rw-r--r--etc/themes/whiteboard-theme.el2
-rw-r--r--etc/themes/wombat-theme.el2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el4
10 files changed, 16 insertions, 8 deletions
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el
index 5c93e84d078..0fbd9496969 100644
--- a/etc/themes/deeper-blue-theme.el
+++ b/etc/themes/deeper-blue-theme.el
@@ -37,7 +37,7 @@
37 `(compilation-line-number ((,class (:foreground "LightGreen")))) 37 `(compilation-line-number ((,class (:foreground "LightGreen"))))
38 `(cperl-array-face ((,class (:foreground "yellow2")))) 38 `(cperl-array-face ((,class (:foreground "yellow2"))))
39 `(cperl-hash-face ((,class (:foreground "coral1")))) 39 `(cperl-hash-face ((,class (:foreground "coral1"))))
40 `(cursor ((,class (:background "green" :foreground "black")))) 40 `(cursor ((,class (:background "green"))))
41 `(default ((,class (:background "#181a26" :foreground "gray80")))) 41 `(default ((,class (:background "#181a26" :foreground "gray80"))))
42 `(diff-added ((,class (nil)))) 42 `(diff-added ((,class (nil))))
43 `(diff-changed ((,class (nil)))) 43 `(diff-changed ((,class (nil))))
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el
index 3c260118b26..80215e564f5 100644
--- a/etc/themes/dichromacy-theme.el
+++ b/etc/themes/dichromacy-theme.el
@@ -42,7 +42,7 @@ Ansi-Color faces are included.")
42 (custom-theme-set-faces 42 (custom-theme-set-faces
43 'dichromacy 43 'dichromacy
44 `(default ((,class (:foreground "black" :background "white")))) 44 `(default ((,class (:foreground "black" :background "white"))))
45 `(cursor ((,class (:foreground "white" :background "black")))) 45 `(cursor ((,class (:background "black"))))
46 ;; Highlighting faces 46 ;; Highlighting faces
47 `(fringe ((,class (:background "#f7f7f7")))) 47 `(fringe ((,class (:background "#f7f7f7"))))
48 `(highlight ((,class (:foreground ,blue :background "#e5e5e5")))) 48 `(highlight ((,class (:foreground ,blue :background "#e5e5e5"))))
diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el
index ab4b2bc6191..6e38a43a4f0 100644
--- a/etc/themes/misterioso-theme.el
+++ b/etc/themes/misterioso-theme.el
@@ -33,7 +33,7 @@
33 (:background "#2d3743" :foreground "#e1e1e0")) 33 (:background "#2d3743" :foreground "#e1e1e0"))
34 (,class 34 (,class
35 (:background "#3a3a3a" :foreground "#e1e1e0")))) 35 (:background "#3a3a3a" :foreground "#e1e1e0"))))
36 `(cursor ((,class (:background "#415160" :foreground "#415160")))) 36 `(cursor ((,class (:background "#415160"))))
37 ;; Highlighting faces 37 ;; Highlighting faces
38 `(fringe ((,class (:background "#2e3748")))) 38 `(fringe ((,class (:background "#2e3748"))))
39 `(highlight ((,class (:background "#338f86" :foreground "#e1e1e0")))) 39 `(highlight ((,class (:background "#338f86" :foreground "#e1e1e0"))))
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index 8f91d35e6a1..ae45966b347 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -56,7 +56,7 @@ Semantic, and Ansi-Color faces are included.")
56 (:foreground ,alum-1 :background "#222")) 56 (:foreground ,alum-1 :background "#222"))
57 (,class 57 (,class
58 (:foreground ,alum-1 :background "black")))) 58 (:foreground ,alum-1 :background "black"))))
59 `(cursor ((,class (:foreground ,alum-6 :background ,butter-1)))) 59 `(cursor ((,class (:background ,butter-1))))
60 ;; Highlighting faces 60 ;; Highlighting faces
61 `(fringe ((,class (:background ,alum-7)))) 61 `(fringe ((,class (:background ,alum-7))))
62 `(highlight ((,class (:foreground ,alum-6 :background ,butter-2)))) 62 `(highlight ((,class (:foreground ,alum-6 :background ,butter-2))))
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el
index f504d764277..b46bd677f21 100644
--- a/etc/themes/tango-theme.el
+++ b/etc/themes/tango-theme.el
@@ -49,7 +49,7 @@ Semantic, and Ansi-Color faces are included.")
49 (custom-theme-set-faces 49 (custom-theme-set-faces
50 'tango 50 'tango
51 `(default ((,class (:foreground ,alum-6 :background ,alum-1)))) 51 `(default ((,class (:foreground ,alum-6 :background ,alum-1))))
52 `(cursor ((,class (:foreground ,alum-1 :background ,blue-3)))) 52 `(cursor ((,class (:background ,blue-3))))
53 ;; Highlighting faces 53 ;; Highlighting faces
54 `(fringe ((,class (:background ,alum-2)))) 54 `(fringe ((,class (:background ,alum-2))))
55 `(highlight ((,class (:background ,alum-3)))) 55 `(highlight ((,class (:background ,alum-3))))
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el
index 63ebc247b9d..50db2661a99 100644
--- a/etc/themes/wheatgrass-theme.el
+++ b/etc/themes/wheatgrass-theme.el
@@ -29,7 +29,7 @@ of green, brown, and blue.")
29 (custom-theme-set-faces 29 (custom-theme-set-faces
30 'wheatgrass 30 'wheatgrass
31 `(default ((,class (:foreground "wheat" :background "black")))) 31 `(default ((,class (:foreground "wheat" :background "black"))))
32 `(cursor ((,class (:foreground "black" :background "thistle")))) 32 `(cursor ((,class (:background "thistle"))))
33 `(error ((,class (:foreground "salmon1")))) 33 `(error ((,class (:foreground "salmon1"))))
34 `(warning ((,class (:foreground "orange")))) 34 `(warning ((,class (:foreground "orange"))))
35 `(success ((,class (:foreground "yellow green")))) 35 `(success ((,class (:foreground "yellow green"))))
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el
index e0fa7ff7ff7..e5c808df68d 100644
--- a/etc/themes/whiteboard-theme.el
+++ b/etc/themes/whiteboard-theme.el
@@ -38,7 +38,7 @@
38 `(cperl-array-face ((,class (:foreground "SlateBlue3")))) 38 `(cperl-array-face ((,class (:foreground "SlateBlue3"))))
39 `(cperl-hash-face ((,class (:foreground "turquoise3")))) 39 `(cperl-hash-face ((,class (:foreground "turquoise3"))))
40 `(cperl-nonoverridable-face ((,class (:foreground "orchid3")))) 40 `(cperl-nonoverridable-face ((,class (:foreground "orchid3"))))
41 `(cursor ((,class (:background "Green4" :foreground "gainsboro")))) 41 `(cursor ((,class (:background "Green4"))))
42 `(default ((,class (:background "whitesmoke" :foreground "black")))) 42 `(default ((,class (:background "whitesmoke" :foreground "black"))))
43 `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) 43 `(dired-marked ((,class (:background "dodgerblue3" :foreground "white"))))
44 `(flymake-errline ((,class (:background nil :underline "red")))) 44 `(flymake-errline ((,class (:background nil :underline "red"))))
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index 2aa64f894bf..6691b4a4016 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -31,7 +31,7 @@ are included.")
31 (custom-theme-set-faces 31 (custom-theme-set-faces
32 'wombat 32 'wombat
33 `(default ((,class (:background "#242424" :foreground "#f6f3e8")))) 33 `(default ((,class (:background "#242424" :foreground "#f6f3e8"))))
34 `(cursor ((,class (:background "#656565" :foreground "#f6f3e8")))) 34 `(cursor ((,class (:background "#656565"))))
35 ;; Highlighting faces 35 ;; Highlighting faces
36 `(fringe ((,class (:background "#303030")))) 36 `(fringe ((,class (:background "#303030"))))
37 `(highlight ((,class (:background "#454545" :foreground "#ffffff" 37 `(highlight ((,class (:background "#454545" :foreground "#ffffff"
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3024db8821..21f52e8ca03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-10-18 Chong Yidong <cyd@gnu.org>
2
3 * faces.el (cursor): Doc fix.
4
12011-10-17 Chong Yidong <cyd@gnu.org> 52011-10-17 Chong Yidong <cyd@gnu.org>
2 6
3 * font-lock.el (font-lock-maximum-size): Mark as obsolete. 7 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
diff --git a/lisp/faces.el b/lisp/faces.el
index d5f0ef90ee0..45173eb35da 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2366,6 +2366,10 @@ used to display the prompt text."
2366 '((((background light)) :background "black") 2366 '((((background light)) :background "black")
2367 (((background dark)) :background "white")) 2367 (((background dark)) :background "white"))
2368 "Basic face for the cursor color under X. 2368 "Basic face for the cursor color under X.
2369Currently, only the `:background' attribute is meaningful; all
2370other attributes are ignored. The cursor foreground color is
2371taken from the background color of the underlying text.
2372
2369Note: Other faces cannot inherit from the cursor face." 2373Note: Other faces cannot inherit from the cursor face."
2370 :version "21.1" 2374 :version "21.1"
2371 :group 'cursor 2375 :group 'cursor