Mercurial > emacs
diff etc/NEWS @ 100709:94fa21cc4588
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Dec 2008 14:02:07 +0000 |
parents | 5478b71d59c6 |
children | 397095492a86 |
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.