From: Kenichi Handa Date: Fri, 26 May 2006 04:57:26 +0000 (+0000) Subject: (find-operation-coding-system): Mention the new argument X-Git-Tag: emacs-pretest-22.0.90~2305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5307343bcceff290441ba1b5802e7e680487cc0;p=emacs.git (find-operation-coding-system): Mention the new argument format. --- diff --git a/etc/NEWS b/etc/NEWS index 7a49130c201..f4c6b2adbbf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3557,6 +3557,9 @@ 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 variables post-command-idle-hook and post-command-idle-delay have been removed. Use run-with-idle-timer instead.