comparison 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
comparison
equal deleted inserted replaced
100708:452db7749551 100709:94fa21cc4588
1187 * Lisp Changes in Emacs 23.1 1187 * Lisp Changes in Emacs 23.1
1188 1188
1189 ** New coding system alias `emacs-internal'. 1189 ** New coding system alias `emacs-internal'.
1190 1190
1191 +++ 1191 +++
1192 ** The new variable `generate-autoload-cookie' controls the magic comment
1193 string used by `update-file-autoloads' to find autoloaded forms. The
1194 variable `generated-autoload-file' similarly controls the name of the
1195 file where `update-file-autoloads' writes the calls to `autoload'.
1196 The default values are ";;;###autoload" and `loaddefs.el',
1197 respectively.
1198
1199 +++
1192 ** New primitives `list-system-processes' and `system-process-attributes' 1200 ** New primitives `list-system-processes' and `system-process-attributes'
1193 let Lisp programs access the processes that are running on the local 1201 let Lisp programs access the processes that are running on the local
1194 machine. See the doc strings of these functions for more details. 1202 machine. See the doc strings of these functions for more details.
1195 Not all platforms support accessing this information; on those that 1203 Not all platforms support accessing this information; on those that
1196 don't, these primitives will return nil. 1204 don't, these primitives will return nil.