]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-operation-coding-system): Describe the new
authorKenichi Handa <handa@m17n.org>
Mon, 29 May 2006 01:24:05 +0000 (01:24 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 May 2006 01:24:05 +0000 (01:24 +0000)
argument format (FILENAME . BUFFER).

lispref/ChangeLog
lispref/nonascii.texi

index 7db6cb47e63835132d503c17c6c25d9d6217379f..2e20af7fc78042190d2b3dec42c5056916a3977c 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-29  Kenichi Handa  <handa@m17n.org>
+
+       * nonascii.texi (find-operation-coding-system): Describe the new
+       argument format (FILENAME . BUFFER).
+
 2006-05-28  Richard Stallman  <rms@gnu.org>
 
        * tips.texi (Coding Conventions): Better explain reasons not to
index 0f4a70404af2be86dd6a9174c070b211cab34afe..d9050de33fcdc340571f88a3ff24234caa69eba5 100644 (file)
@@ -1116,6 +1116,14 @@ or port number.
 Depending on @var{operation}, this function looks up the target in
 @code{file-coding-system-alist}, @code{process-coding-system-alist},
 or @code{network-coding-system-alist}.
+
+If @var{operation} is @code{insert-file-contents}, the argument
+corresponding to the target may be a cons cell of the form
+@code{(@var{filename} . @code{buffer})}).  In that case,
+@code{filename} is a file name to look up, and @code{buffer} is a
+buffer that already contains the file (but not yet decoded).  A
+function specified in @code{file-coding-system-alist} must pay
+attention to this format of the target.
 @end defun
 
 @node Specifying Coding Systems