emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/coding.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Mon, 11 Mar 2002 14:21:09 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.239 emacs/src/coding.c:1.240
*** emacs/src/coding.c:1.239    Thu Jan 31 23:34:21 2002
--- emacs/src/coding.c  Mon Mar 11 14:21:09 2002
***************
*** 1,5 ****
  /* Coding system handler (conversion, detection, and etc).
!    Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN.
     Licensed to the Free Software Foundation.
     Copyright (C) 2001 Free Software Foundation, Inc.
  
--- 1,5 ----
  /* Coding system handler (conversion, detection, and etc).
!    Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN.
     Licensed to the Free Software Foundation.
     Copyright (C) 2001 Free Software Foundation, Inc.
  
***************
*** 7248,7254 ****
  and the cdr part is used for encoding.
  If VAL is a function symbol, the function must return a coding system
  or a cons of coding systems which are used as above.  The function gets
! the arguments with which `find-operation-coding-systems' was called.
  
  See also the function `find-operation-coding-system'
  and the variable `auto-coding-alist'.  */);
--- 7248,7254 ----
  and the cdr part is used for encoding.
  If VAL is a function symbol, the function must return a coding system
  or a cons of coding systems which are used as above.  The function gets
! the arguments with which `find-operation-coding-system' was called.
  
  See also the function `find-operation-coding-system'
  and the variable `auto-coding-alist'.  */);



reply via email to

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