aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-11 08:46:35 +0000
committerJuanma Barranquero2008-12-11 08:46:35 +0000
commit3c309f345ba1eeee920fa00295873c1ce36567a9 (patch)
treed26bafdc3b50adf67e0f2354167f200b9cbd64ce /src/process.c
parent7c3cb0ab0209c7714daeb8e3a9b889b8f7c686cb (diff)
downloademacs-3c309f345ba1eeee920fa00295873c1ce36567a9.tar.gz
emacs-3c309f345ba1eeee920fa00295873c1ce36567a9.zip
* process.c (Fsystem_process_attributes, syms_of_process):
Fix typo in name of Ssystem_process_attributes. Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c
index 5084bc8d159..aaadedb5419 100644
--- a/src/process.c
+++ b/src/process.c
@@ -7502,7 +7502,7 @@ given its ID. */)
7502} 7502}
7503 7503
7504DEFUN ("system-process-attributes", Fsystem_process_attributes, 7504DEFUN ("system-process-attributes", Fsystem_process_attributes,
7505 Ssystem_process_attributeses, 1, 1, 0, 7505 Ssystem_process_attributes, 1, 1, 0,
7506 doc: /* Return attributes of the process given by its PID, a number. 7506 doc: /* Return attributes of the process given by its PID, a number.
7507 7507
7508Value is an alist where each element is a cons cell of the form 7508Value is an alist where each element is a cons cell of the form
@@ -7928,7 +7928,7 @@ The variable takes effect when `start-process' is called. */);
7928 defsubr (&Sset_process_filter_multibyte); 7928 defsubr (&Sset_process_filter_multibyte);
7929 defsubr (&Sprocess_filter_multibyte_p); 7929 defsubr (&Sprocess_filter_multibyte_p);
7930 defsubr (&Slist_system_processes); 7930 defsubr (&Slist_system_processes);
7931 defsubr (&Ssystem_process_attributeses); 7931 defsubr (&Ssystem_process_attributes);
7932} 7932}
7933 7933
7934 7934
@@ -8230,7 +8230,7 @@ given its ID. */)
8230} 8230}
8231 8231
8232DEFUN ("system-process-attributes", Fsystem_process_attributes, 8232DEFUN ("system-process-attributes", Fsystem_process_attributes,
8233 Ssystem_process_attributeses, 1, 1, 0, 8233 Ssystem_process_attributes, 1, 1, 0,
8234 doc: /* Return attributes of the process given by its PID, a number. 8234 doc: /* Return attributes of the process given by its PID, a number.
8235 8235
8236Value is an alist where each element is a cons cell of the form 8236Value is an alist where each element is a cons cell of the form
@@ -8301,7 +8301,7 @@ syms_of_process ()
8301 defsubr (&Sget_buffer_process); 8301 defsubr (&Sget_buffer_process);
8302 defsubr (&Sprocess_inherit_coding_system_flag); 8302 defsubr (&Sprocess_inherit_coding_system_flag);
8303 defsubr (&Slist_system_processes); 8303 defsubr (&Slist_system_processes);
8304 defsubr (&Ssystem_process_attributeses); 8304 defsubr (&Ssystem_process_attributes);
8305} 8305}
8306 8306
8307 8307