aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-10-15 02:31:42 +0000
committerMiles Bader2000-10-15 02:31:42 +0000
commit86b7fcbb0c141f7b43d17557da6ff9c8a8716812 (patch)
treed6a26331e5ae8ba8b8f1bd4f69f79a12f5fbcd2b
parent9b0903793d52370e761c9b8f884e9092f563551f (diff)
downloademacs-86b7fcbb0c141f7b43d17557da6ff9c8a8716812.tar.gz
emacs-86b7fcbb0c141f7b43d17557da6ff9c8a8716812.zip
(font-lock-comment-face): Change dark-background,
color, non-tty, default to `chocolate1'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/font-lock.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d3932cb7b1..cdc832c08b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-10-15 Miles Bader <miles@gnu.org>
2
3 * font-lock.el (font-lock-comment-face): Change dark-background,
4 color, non-tty, default to `chocolate1'.
5
12000-10-13 John Wiegley <johnw@gnu.org> 62000-10-13 John Wiegley <johnw@gnu.org>
2 7
3 * eshell/esh-util.el (require): Added a missing `require' form, 8 * eshell/esh-util.el (require): Added a missing `require' form,
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 463c94e2127..54dfe17de5a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1859,7 +1859,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1859 (((class grayscale) (background dark)) 1859 (((class grayscale) (background dark))
1860 (:foreground "LightGray" :bold t :italic t)) 1860 (:foreground "LightGray" :bold t :italic t))
1861 (((class color) (background light)) (:foreground "Firebrick")) 1861 (((class color) (background light)) (:foreground "Firebrick"))
1862 (((class color) (background dark)) (:foreground "OrangeRed")) 1862 (((class color) (background dark)) (:foreground "chocolate1"))
1863 (t (:bold t :italic t))) 1863 (t (:bold t :italic t)))
1864 "Font Lock mode face used to highlight comments." 1864 "Font Lock mode face used to highlight comments."
1865 :group 'font-lock-highlighting-faces) 1865 :group 'font-lock-highlighting-faces)