aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2003-01-14 09:55:50 +0000
committerKim F. Storm2003-01-14 09:55:50 +0000
commitfaa7db081a33990da003b874789993fbe939c5bb (patch)
treeba33889c94d2ec8a4c0d7c39fa034dc96d9af830 /lisp
parent59be51d7f2e526db5180e69396dd4b2909bcba50 (diff)
downloademacs-faa7db081a33990da003b874789993fbe939c5bb.tar.gz
emacs-faa7db081a33990da003b874789993fbe939c5bb.zip
Reworked 2003-01-12 change -- call a plist a plist!
(QCplist): Renamed from QCvars. All uses changed. (Fprocess_plist): Replaces Fprocess_variable. Simplified. (Fset_process_plist): Replaces Fset_process_variable. Simplified. (syms_of_process): Intern, staticpro, defsubr these. (Fmake_network_process): Describe :plist arg. Removed :vars arg.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac9363bbbbd..389a1cb5569 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-01-14 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (process-put, process-get): New functions.
4
12003-01-13 Markus Rost <rost@math.ohio-state.edu> 52003-01-13 Markus Rost <rost@math.ohio-state.edu>
2 6
3 * cus-dep.el (custom-make-dependencies): Don't set standard-value 7 * cus-dep.el (custom-make-dependencies): Don't set standard-value