# HG changeset patch # User Kenichi Handa # Date 1148619446 0 # Node ID b7bf7b5a50eafd0901c8791b1919d113d52280b1 # Parent 7ea8b1c11d80835c38dd1366bc14a612a1aac9a1 (find-operation-coding-system): Mention the new argument format. diff -r 7ea8b1c11d80 -r b7bf7b5a50ea etc/NEWS --- a/etc/NEWS Fri May 26 04:48:21 2006 +0000 +++ b/etc/NEWS Fri May 26 04:57:26 2006 +0000 @@ -3557,6 +3557,9 @@ * 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 variables post-command-idle-hook and post-command-idle-delay have been removed. Use run-with-idle-timer instead.