diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-01-28 17:12:05 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-01-28 17:12:05 -0500 |
commit | 9ffae6d024cb3d9c95f456d7f9b8a6be97b63fde (patch) | |
tree | 819b97536e7daff4ee2e493c785080260426dafa /etc | |
parent | b1ea593c8121821485fdc758a30efdf03bb63168 (diff) | |
parent | 55fb901352fd4cd8c2a604378004b678fa60a461 (diff) | |
download | emacs-9ffae6d024cb3d9c95f456d7f9b8a6be97b63fde.tar.gz |
* progmodes/compile.el: Don't use font-lock any more.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -321,6 +321,9 @@ prompts for a number to count from and for a format string. * Changes in Specialized Modes and Packages in Emacs 24.1 +** The compile.el mode can be used without font-lock-mode. +`compilation-parse-errors-function' is now obsolete. + ** The Landmark game is now invoked with `landmark', not `lm'. ** Prolog mode has been completely revamped, with lots of additional |