diff options
| author | Juanma Barranquero | 2003-03-19 22:25:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-03-19 22:25:11 +0000 |
| commit | 0b51ba8a5a0a2b46a433bfd06161af5cf2e31145 (patch) | |
| tree | c8da2ed98caf4205924cbe3b47f2b596c0424b27 /lisp/ChangeLog | |
| parent | 87e391a9863dc11585b13f34b9b6fd342e2b66bb (diff) | |
| download | emacs-0b51ba8a5a0a2b46a433bfd06161af5cf2e31145.tar.gz emacs-0b51ba8a5a0a2b46a433bfd06161af5cf2e31145.zip | |
(makefile-font-lock-syntactic-keywords): New variable.
(makefile-mode): Use it for value of font-lock-syntactic-keywords.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3c0db08048..47fbc67b565 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 1 | 2003-03-19 Simon Marshall <simon@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords): | ||
| 4 | New variable. | ||
| 5 | (makefile-mode): Use it for value of font-lock-syntactic-keywords. | ||
| 6 | |||
| 1 | 2003-03-19 John Paul Wallington <jpw@gnu.org> | 7 | 2003-03-19 John Paul Wallington <jpw@gnu.org> |
| 2 | 8 | ||
| 3 | * cus-theme.el (custom-theme-create): Add autoload cookie. | 9 | * cus-theme.el (custom-theme-create): Add autoload cookie. |
| 4 | 10 | ||
| 5 | 2003-03-19 Kenichi Handa <handa@etlken2> | 11 | 2003-03-19 Kenichi Handa <handa@m17n.org> |
| 6 | 12 | ||
| 7 | * dired.el (dired-get-filename): Pay attention to the case that | 13 | * dired.el (dired-get-filename): Pay attention to the case that |
| 8 | `read' returns a unibyte string. Don't encode the file name by | 14 | `read' returns a unibyte string. Don't encode the file name by |