diff options
| author | Andreas Schwab | 2003-02-25 21:36:18 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-02-25 21:36:18 +0000 |
| commit | fde95a28bad7376d1f5c2c7783e113fd6e636ad9 (patch) | |
| tree | 056489fd3cb87f6da66b5672fbe56849bf1186fd | |
| parent | 932357b45cb6c88e5a74cc14934b1caeb2d666c7 (diff) | |
| download | emacs-fde95a28bad7376d1f5c2c7783e113fd6e636ad9.tar.gz emacs-fde95a28bad7376d1f5c2c7783e113fd6e636ad9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a36a7cdf109..596c489bf32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2003-02-25 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * progmodes/make-mode.el (makefile-font-lock-keywords): Protect | ||
| 4 | shell variable references by requireing that $ is not preceded by | ||
| 5 | another $. | ||
| 6 | |||
| 1 | 2003-02-25 Kenichi Handa <handa@m17n.org> | 7 | 2003-02-25 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * env.el (setenv): Fix previous change. | 9 | * env.el (setenv): Fix previous change. |