diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a36a7cdf109..596c489bf32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-02-25 Andreas Schwab + + * progmodes/make-mode.el (makefile-font-lock-keywords): Protect + shell variable references by requireing that $ is not preceded by + another $. + 2003-02-25 Kenichi Handa * env.el (setenv): Fix previous change.