aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-12 07:17:45 +0000
committerDan Nicolaescu2007-11-12 07:17:45 +0000
commit2dea72abb42e7a16076e3389ccab199cb175b9b2 (patch)
treefc8a7d39765e24b6f6e0565e82d6200c5bb51d9a /lisp/ChangeLog
parent2e7a8a21c95558e1e0236aaaea5bcb29a1e548d8 (diff)
downloademacs-2dea72abb42e7a16076e3389ccab199cb175b9b2.tar.gz
emacs-2dea72abb42e7a16076e3389ccab199cb175b9b2.zip
* progmodes/compilation-perl.el:
* progmodes/compilation-weblint.el: Disable autoloads, they cause a bootstrap failure.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 083934494fc..b2456c1a30a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12007-11-12 Dan Nicolaescu <dann@ics.uci.edu> 12007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * progmodes/compilation-perl.el:
4 * progmodes/compilation-weblint.el: Disable autoloads, they cause
5 a bootstrap failure.
6
3 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them 7 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4 instead of doing "cvs diff" in order to avoid accessing the 8 instead of doing "cvs diff" in order to avoid accessing the
5 repository. 9 repository.