changeset 100709:94fa21cc4588

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Dec 2008 14:02:07 +0000
parents 452db7749551
children ac3db465bf7b
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Dec 27 13:58:53 2008 +0000
+++ b/etc/NEWS	Sat Dec 27 14:02:07 2008 +0000
@@ -1189,6 +1189,14 @@
 ** New coding system alias `emacs-internal'.
 
 +++
+** The new variable `generate-autoload-cookie' controls the magic comment
+string used by `update-file-autoloads' to find autoloaded forms.  The
+variable `generated-autoload-file' similarly controls the name of the
+file where `update-file-autoloads' writes the calls to `autoload'.
+The default values are ";;;###autoload" and `loaddefs.el',
+respectively.
+
++++
 ** New primitives `list-system-processes' and `system-process-attributes'
 let Lisp programs access the processes that are running on the local
 machine.  See the doc strings of these functions for more details.