Mercurial > emacs
changeset 72221:81868132a889
(find-operation-coding-system): Describe the more detail of
the change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 01 Aug 2006 00:49:28 +0000 |
parents | 059876b57133 |
children | 2f4de45c3336 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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