comparison etc/NEWS @ 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 cfe34603da29
children 0933613f837b
comparison
equal deleted inserted replaced
72220:059876b57133 72221:81868132a889
3659 ** The variable `mac-command-key-is-meta' is obsolete. Use 3659 ** The variable `mac-command-key-is-meta' is obsolete. Use
3660 `mac-command-modifier' and `mac-option-modifier' instead. 3660 `mac-command-modifier' and `mac-option-modifier' instead.
3661 3661
3662 * Incompatible Lisp Changes in Emacs 22.1 3662 * Incompatible Lisp Changes in Emacs 22.1
3663 3663
3664 ** The function find-operation-coding-system accepts a cons (FILENAME 3664 ** The function find-operation-coding-system may be called with a cons
3665 . BUFFER) in an argument correponding to the target. 3665 (FILENAME . BUFFER) in the second argument if the first argument
3666 OPERATION is `insert-file-contents', and thus a function registered in
3667 `file-coding-system-alist' is also called with such an argument.
3666 3668
3667 --- 3669 ---
3668 ** The variables post-command-idle-hook and post-command-idle-delay have 3670 ** The variables post-command-idle-hook and post-command-idle-delay have
3669 been removed. Use run-with-idle-timer instead. 3671 been removed. Use run-with-idle-timer instead.
3670 3672