aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRomain Francoise2005-08-27 14:38:22 +0000
committerRomain Francoise2005-08-27 14:38:22 +0000
commita24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70 (patch)
tree7cbe39de984b5a3399cc5ed987d37640189c502d /lisp/ChangeLog
parent0fb57cc0b4397b741cd921beb0871cdf7f80f667 (diff)
downloademacs-a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70.tar.gz
emacs-a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70.zip
* progmodes/compile.el (compilation-start): Add autoload cookie.
* progmodes/antlr-mode.el: Don't autoload `compilation-start'. * textmodes/sgml-mode.el: Likewise. * progmodes/python.el: Likewise.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e8ef15dea3d..1b7eb7d9317 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-08-27 Romain Francoise <romain@orebokech.com>
2
3 * progmodes/compile.el (compilation-start): Add autoload cookie.
4
5 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6 * textmodes/sgml-mode.el: Likewise.
7 * progmodes/python.el: Likewise.
8
12005-08-27 Eli Zaretskii <eliz@gnu.org> 92005-08-27 Eli Zaretskii <eliz@gnu.org>
2 10
3 * simple.el (blink-matching-paren-distance): Document the meaning 11 * simple.el (blink-matching-paren-distance): Document the meaning