# HG changeset patch # User Eli Zaretskii # Date 1230386527 0 # Node ID 94fa21cc45884dc1709829c3456e5d44ab795da1 # Parent 452db77495513f0f4e32090a53e9dadf69edbd21 *** empty log message *** diff -r 452db7749551 -r 94fa21cc4588 etc/NEWS --- 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.