1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

(find-operation-coding-system): Mention the new argument

format.
This commit is contained in:
Kenichi Handa 2006-05-26 04:57:26 +00:00
parent a9e2078b71
commit e5307343bc

View file

@ -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.