diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97a9edb6458..a1b1100a389 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cedet/ede/proj.el (project-make-dist): Fix filename test. | 3 | * cedet/ede/proj.el (project-make-dist, project-compile-project): |
| 4 | Fix filename test. | ||
| 4 | (ede-proj-dist-makefile): Use expand-file-name instead of concat | 5 | (ede-proj-dist-makefile): Use expand-file-name instead of concat |
| 5 | to expand file names. | 6 | to expand file names. |
| 6 | 7 | ||