emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog process.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog process.c
Date: Thu, 11 Dec 2008 08:46:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/12/11 08:46:37

Modified files:
        src            : ChangeLog process.c 

Log message:
        * process.c (Fsystem_process_attributes, syms_of_process):
          Fix typo in name of Ssystem_process_attributes.
          Reported by Ulrich Mueller <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7185&r2=1.7186
http://cvs.savannah.gnu.org/viewcvs/emacs/src/process.c?cvsroot=emacs&r1=1.569&r2=1.570

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7185
retrieving revision 1.7186
diff -u -b -r1.7185 -r1.7186
--- ChangeLog   11 Dec 2008 01:49:46 -0000      1.7185
+++ ChangeLog   11 Dec 2008 08:46:35 -0000      1.7186
@@ -1,5 +1,11 @@
 2008-12-11  Juanma Barranquero  <address@hidden>
 
+       * process.c (Fsystem_process_attributes, syms_of_process):
+       Fix typo in name of Ssystem_process_attributes.
+       Reported by Ulrich Mueller <address@hidden>.
+
+2008-12-11  Juanma Barranquero  <address@hidden>
+
        * syntax.c (Fmodify_syntax_entry): Doc fix.
 
 2008-12-10  Juanma Barranquero  <address@hidden>

Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.569
retrieving revision 1.570
diff -u -b -r1.569 -r1.570
--- process.c   5 Dec 2008 16:44:56 -0000       1.569
+++ process.c   11 Dec 2008 08:46:37 -0000      1.570
@@ -7502,7 +7502,7 @@
 }
 
 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 @@
   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 @@
 }
 
 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 @@
   defsubr (&Sget_buffer_process);
   defsubr (&Sprocess_inherit_coding_system_flag);
   defsubr (&Slist_system_processes);
-  defsubr (&Ssystem_process_attributeses);
+  defsubr (&Ssystem_process_attributes);
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]