diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3464486f70..7314d53fc30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | * process.c: (QCvars): New variable. | 5 | * process.c: (QCvars): New variable. |
| 6 | (syms_of_process): Intern and staticpro it. | 6 | (syms_of_process): Intern and staticpro it. |
| 7 | (Fset_process_contact): Removed function. | ||
| 7 | (Fprocess_variable, Fset_process_variable): New functions. | 8 | (Fprocess_variable, Fset_process_variable): New functions. |
| 8 | (syms_of_process): Defsubr them. | 9 | (syms_of_process): Defsubr them. |
| 9 | (Fstart_process): Initialize private_vars plist to nil. | 10 | (Fstart_process): Initialize private_vars plist to nil. |