# HG changeset patch # User Kenichi Handa # Date 1154393368 0 # Node ID 81868132a889f3d7a5a06011ae5ef3fba2721195 # Parent 059876b571339f98af38f9787fd9a54a373ae6b9 (find-operation-coding-system): Describe the more detail of the change. diff -r 059876b57133 -r 81868132a889 etc/NEWS --- a/etc/NEWS Tue Aug 01 00:13:08 2006 +0000 +++ b/etc/NEWS Tue Aug 01 00:49:28 2006 +0000 @@ -3661,8 +3661,10 @@ * 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