diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index abd017bb907..19009515336 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -951,7 +951,7 @@ DEFUN ("get-process", Fget_process, Sget_process, 1, 1, 0, | |||
| 951 | if (PROCESSP (name)) | 951 | if (PROCESSP (name)) |
| 952 | return name; | 952 | return name; |
| 953 | CHECK_STRING (name); | 953 | CHECK_STRING (name); |
| 954 | return Fcdr (Fassoc (name, Vprocess_alist)); | 954 | return Fcdr (Fassoc (name, Vprocess_alist, Qnil)); |
| 955 | } | 955 | } |
| 956 | 956 | ||
| 957 | /* This is how commands for the user decode process arguments. It | 957 | /* This is how commands for the user decode process arguments. It |