]> code.delx.au - gnu-emacs/commitdiff
(find-operation-coding-system): Describe the more detail of
authorKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 00:49:58 +0000 (00:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Aug 2006 00:49:58 +0000 (00:49 +0000)
the change.

etc/ChangeLog
etc/NEWS

index f1bab406fd42c9b44417b057d459cdc12a49beb9..4937aef2bcaf4e43a81969a1f1c7ab4af770b3ba 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-01  Kenichi Handa  <handa@m17n.org>
+
+       * NEWS (find-operation-coding-system): Describe the more detail of
+       the change.
+
 2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
index 1414748a3dd7697768d22afa11cdf57118fe9788..52fcc1eea2ae60f65d3bab30a7268a21708bf08a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3661,8 +3661,10 @@ w32-use-full-screen-buffer to t.
 \f
 * Incompatible Lisp Changes in Emacs 22.1
 
-** The function find-operation-coding-system accepts a cons (FILENAME
-. BUFFER) in an argument correponding to the target.
+** The function find-operation-coding-system may be called with a cons
+(FILENAME . BUFFER) in the second argument if the first argument
+OPERATION is `insert-file-contents', and thus a function registered in
+`file-coding-system-alist' is also called with such an argument.
 
 ---
 ** The variables post-command-idle-hook and post-command-idle-delay have