diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-23 21:54:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-23 21:54:39 +0000 |
commit | 3689dfeeb4a2d8bb4c15b11be0f21c4c122e40a5 (patch) | |
tree | 913c107eff06b3d9cdc10d5539c54445a3f8a37f /lisp | |
parent | 2296b54d601490849ce3555ea033ca906c29eda7 (diff) | |
download | emacs-3689dfeeb4a2d8bb4c15b11be0f21c4c122e40a5.tar.gz emacs-3689dfeeb4a2d8bb4c15b11be0f21c4c122e40a5.tar.bz2 emacs-3689dfeeb4a2d8bb4c15b11be0f21c4c122e40a5.zip |
* progmodes/flymake.el (flymake-errline, flymake-warnline): Use
more suitable colors on dark displays.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba139b20f56..d94a54d843f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) + + * progmodes/flymake.el (flymake-errline, flymake-warnline): Use + more suitable colors on dark displays. + 2008-07-23 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1", |