Mercurial > emacs
diff lisp/ChangeLog @ 105440:bec7f10791da
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(proj-comp-insert-variable-once): New macro, renamed from
ede-pmake-insert-variable-once in ede/pmake.edl.
(ede-proj-makefile-insert-variables): Use it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 04 Oct 2009 19:00:54 +0000 |
parents | 9248683abf3b |
children | 457c7a0ec078 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 04 14:25:42 2009 +0000 +++ b/lisp/ChangeLog Sun Oct 04 19:00:54 2009 +0000 @@ -1,7 +1,11 @@ 2009-10-04 Chong Yidong <cyd@stupidchicken.com> - * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel. - (ede-proj-makefile-insert-variables): Require ede/pmake. + * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete. + + * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel. + (proj-comp-insert-variable-once): New macro, renamed from + ede-pmake-insert-variable-once in ede/pmake.edl. + (ede-proj-makefile-insert-variables): Use it. 2009-10-04 Michael Albinus <michael.albinus@gmx.de>