aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2006-08-01 00:49:58 +0000
committerKenichi Handa <[email protected]>2006-08-01 00:49:58 +0000
commit68ce47af293360401e79bed77e46eee4d1cdb444 (patch)
treef3aa2757a943ecb78e53c5a863c6298da5513291 /etc
parent2beb96f9ccc60babc90159ea1508966d93d2c0db (diff)
(find-operation-coding-system): Describe the more detail of
the change.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f1bab406fd..4937aef2bc 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-01 Kenichi Handa <[email protected]>
+
+ * NEWS (find-operation-coding-system): Describe the more detail of
+ the change.
+
2006-07-28 Reiner Steib <[email protected]>
* GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
diff --git a/etc/NEWS b/etc/NEWS
index 1414748a3d..52fcc1eea2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3661,8 +3661,10 @@ w32-use-full-screen-buffer to t.
* 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