aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 50c6e57bccd..d7a4f85f4ee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12009-10-06 Glenn Morris <rgm@gnu.org> 12009-10-06 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/autoload.el (autoload-excludes): New variable.
4 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5 (batch-update-autoloads): Process a string value of autoload-excludes,
6 set during the build process.
7 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8
3 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call 9 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
4 inside with-parsed... macro so that `v' is defined. 10 inside with-parsed... macro so that `v' is defined.
5 11