diff options
| author | Miles Bader | 2009-02-23 05:06:36 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-02-23 05:06:36 +0000 |
| commit | a20878b6d8caccb2b5bf38f02dccf28d10ea2223 (patch) | |
| tree | 1575f6f7a73e85e06d700c365e11a8e6921cbf75 /etc | |
| parent | 0038d4781b4a25175cd85a5bddb5c845f1d89ef2 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 @@ | |||
| 1 | 2009-02-23 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * NEWS: Rename `system-process-attributes' to `process-attributes'. | ||
| 4 | |||
| 1 | 2009-02-19 Nick Roberts <nickrob@snap.net.nz> | 5 | 2009-02-19 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * compilation.txt: Add entry for maven. | 7 | * compilation.txt: Add entry for maven. |
| @@ -1260,7 +1260,7 @@ The default values are ";;;###autoload" and `loaddefs.el', | |||
| 1260 | respectively. | 1260 | respectively. |
| 1261 | 1261 | ||
| 1262 | +++ | 1262 | +++ |
| 1263 | ** New primitives `list-system-processes' and `system-process-attributes' | 1263 | ** New primitives `list-system-processes' and `process-attributes' |
| 1264 | let Lisp programs access the processes that are running on the local | 1264 | let Lisp programs access the processes that are running on the local |
| 1265 | machine. See the doc strings of these functions for more details. | 1265 | machine. See the doc strings of these functions for more details. |
| 1266 | Not all platforms support accessing this information; on those that | 1266 | Not all platforms support accessing this information; on those that |