From 3c309f345ba1eeee920fa00295873c1ce36567a9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 11 Dec 2008 08:46:35 +0000 Subject: [PATCH] * process.c (Fsystem_process_attributes, syms_of_process): Fix typo in name of Ssystem_process_attributes. Reported by Ulrich Mueller . --- src/ChangeLog | 6 ++++++ src/process.c | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9243aa5664b..14d02758271 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-12-11 Juanma Barranquero + + * process.c (Fsystem_process_attributes, syms_of_process): + Fix typo in name of Ssystem_process_attributes. + Reported by Ulrich Mueller . + 2008-12-11 Juanma Barranquero * syntax.c (Fmodify_syntax_entry): Doc fix. 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. */) } DEFUN ("system-process-attributes", Fsystem_process_attributes, - Ssystem_process_attributeses, 1, 1, 0, + Ssystem_process_attributes, 1, 1, 0, doc: /* Return attributes of the process given by its PID, a number. Value 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. */); defsubr (&Sset_process_filter_multibyte); defsubr (&Sprocess_filter_multibyte_p); defsubr (&Slist_system_processes); - defsubr (&Ssystem_process_attributeses); + defsubr (&Ssystem_process_attributes); } @@ -8230,7 +8230,7 @@ given its ID. */) } DEFUN ("system-process-attributes", Fsystem_process_attributes, - Ssystem_process_attributeses, 1, 1, 0, + Ssystem_process_attributes, 1, 1, 0, doc: /* Return attributes of the process given by its PID, a number. Value is an alist where each element is a cons cell of the form @@ -8301,7 +8301,7 @@ syms_of_process () defsubr (&Sget_buffer_process); defsubr (&Sprocess_inherit_coding_system_flag); defsubr (&Slist_system_processes); - defsubr (&Ssystem_process_attributeses); + defsubr (&Ssystem_process_attributes); } -- 2.39.2