summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-08-02 17:18:32 +0000
committerEli Zaretskii <eliz@gnu.org>2008-08-02 17:18:32 +0000
commit463dd38c82ef102d2625a62e952ae8600a037189 (patch)
treecb08443b84a9e78266cbdc5da4237d7d087f8352 /etc/NEWS
parent452414f133aaa14e66d22d5b362777308de58f5f (diff)
downloademacs-463dd38c82ef102d2625a62e952ae8600a037189.tar.gz
Mention list-system-processes and system-process-attributes.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f9c0eac98d3..77149bf1949 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1026,6 +1026,12 @@ functions and variables (formerly used for Tamil script).
* Lisp Changes in Emacs 23.1
+** 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.
+Not all platforms support accessing this information; on those that
+don't, these primitives will return nil.
+
+++
** New variable `user-emacs-directory'.
Use this instead of "~/.emacs.d".