diff options
author | Masatake YAMATO <jet@gyve.org> | 2006-01-17 18:11:53 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2006-01-17 18:11:53 +0000 |
commit | 3968c89ffe41372c3188f1d695a21dd2d9b9ea22 (patch) | |
tree | 05ac7b91fdbb52abd6ce5b8428fda3bbd3b32098 /etc | |
parent | 11b07c376294c4a578177f136386a8ecccc8de39 (diff) | |
download | emacs-3968c89ffe41372c3188f1d695a21dd2d9b9ea22.tar.gz |
Added makefile-imake-mode.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1876,9 +1876,9 @@ subprocess are controlled by the user options `scheme-trace-command', `scheme-untrace-command' and `scheme-expand-current-form'. --- -** Makefile mode has submodes for automake, gmake, makepp and BSD make. +** Makefile mode has submodes for automake, gmake, makepp, BSD make and imake. -The former two couldn't be differentiated before, and the latter two +The former two couldn't be differentiated before, and the latter three are new. Font-locking is robust now and offers new customizable faces. |