aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2009-02-23 05:06:36 +0000
committerMiles Bader2009-02-23 05:06:36 +0000
commita20878b6d8caccb2b5bf38f02dccf28d10ea2223 (patch)
tree1575f6f7a73e85e06d700c365e11a8e6921cbf75 /etc
parent0038d4781b4a25175cd85a5bddb5c845f1d89ef2 (diff)
downloademacs-a20878b6d8caccb2b5bf38f02dccf28d10ea2223.tar.gz
emacs-a20878b6d8caccb2b5bf38f02dccf28d10ea2223.zip
Rename `system-process-attributes' to `process-attributes'
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f5dfc46f3bf..897aaffd958 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12009-02-23 Miles Bader <miles@gnu.org>
2
3 * NEWS: Rename `system-process-attributes' to `process-attributes'.
4
12009-02-19 Nick Roberts <nickrob@snap.net.nz> 52009-02-19 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * compilation.txt: Add entry for maven. 7 * compilation.txt: Add entry for maven.
diff --git a/etc/NEWS b/etc/NEWS
index 080f52a920e..0b4b19e4bb3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1260,7 +1260,7 @@ The default values are ";;;###autoload" and `loaddefs.el',
1260respectively. 1260respectively.
1261 1261
1262+++ 1262+++
1263** New primitives `list-system-processes' and `system-process-attributes' 1263** New primitives `list-system-processes' and `process-attributes'
1264let Lisp programs access the processes that are running on the local 1264let Lisp programs access the processes that are running on the local
1265machine. See the doc strings of these functions for more details. 1265machine. See the doc strings of these functions for more details.
1266Not all platforms support accessing this information; on those that 1266Not all platforms support accessing this information; on those that