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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Mon, 29 May 2006 21:44:22 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.339 emacs/src/coding.c:1.340
--- emacs/src/coding.c:1.339    Mon May 29 00:54:27 2006
+++ emacs/src/coding.c  Mon May 29 21:44:22 2006
@@ -7471,9 +7471,10 @@
 
 If OPERATION is `insert-file-contents', the argument corresponding to
 TARGET may be a cons (FILENAME . BUFFER).  In that case, FILENAME is a
-file name to look up, and BUFFER is a buffer that already contains the
-file (but not yet decoded).  If a function is found as above, the
-function must pay attention to this format of TARGET.
+file name to look up, and BUFFER is a buffer that will contain the
+file (not yet decoded).  If `file-coding-system-alist' specifies a
+function to call for FILENAME, that function should examine the
+contents of BUFFER instead of reading the file.
 
 usage: (find-operation-coding-system OPERATION ARGUMENTS ...)  */)
      (nargs, args)




reply via email to

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