diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2010-12-20 11:18:56 +0800 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2010-12-20 11:18:56 +0800 |
| commit | 778ca437ded2a5e176bade36419bf58ec3db151c (patch) | |
| tree | 22d970f9d1209aa9befd335ce734265991c6e475 | |
| parent | f48fdaad21384149802191ee45a6e913fa32f4d9 (diff) | |
| download | emacs-778ca437ded2a5e176bade36419bf58ec3db151c.tar.gz | |
Move color.el out of the gnus/ tree.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/color.el (renamed from lisp/gnus/color.el) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 175463f9759..98a0a943858 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-12-20 Chong Yidong <cyd@stupidchicken.com> + * color.el: Move from gnus/. + +2010-12-20 Chong Yidong <cyd@stupidchicken.com> + * vc/diff.el (diff-better-file-name): Function deleted. abbreviating file names causes problems with shell-quote-argument. (diff-no-select): Just use expand-file-name. diff --git a/lisp/gnus/color.el b/lisp/color.el index 07044333c4b..07044333c4b 100644 --- a/lisp/gnus/color.el +++ b/lisp/color.el |
