summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-05-26 04:57:26 +0000
committerKenichi Handa <handa@m17n.org>2006-05-26 04:57:26 +0000
commite5307343bcceff290441ba1b5802e7e680487cc0 (patch)
tree1fb42467ef434540e866918ab413c37f8ae60297
parenta9e2078b7150478c5783a9ad82f7017fc93a7e69 (diff)
downloademacs-e5307343bcceff290441ba1b5802e7e680487cc0.tar.gz
emacs-e5307343bcceff290441ba1b5802e7e680487cc0.tar.bz2
emacs-e5307343bcceff290441ba1b5802e7e680487cc0.zip
(find-operation-coding-system): Mention the new argument
format.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.