aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-03-23 01:20:20 +0000
committerKenichi Handa2006-03-23 01:20:20 +0000
commit9b99ec0e6c92f9e05f823e2334ca89db6d49c583 (patch)
tree2917c3ee8fd2d1b9a89ad51b2cfdf851348b7c5b
parent47021b111d00462106780480c6c690bb7f0d0ae3 (diff)
downloademacs-9b99ec0e6c92f9e05f823e2334ca89db6d49c583.tar.gz
emacs-9b99ec0e6c92f9e05f823e2334ca89db6d49c583.zip
(sort-coding-systems): Describe that
the argument is modified in docstring.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-cmds.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47bfe469ca7..e0b7bac0697 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-03-23 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-cmds.el (sort-coding-systems): Describe that
4 the argument is modified in docstring.
5
12006-03-22 Sascha Wilde <wilde@sha-bang.de> 62006-03-22 Sascha Wilde <wilde@sha-bang.de>
2 7
3 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default. 8 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 207f552bad5..44b3d30e729 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -419,6 +419,7 @@ The function `sort-coding-systems' use it.")
419 419
420(defun sort-coding-systems (codings) 420(defun sort-coding-systems (codings)
421 "Sort coding system list CODINGS by a priority of each coding system. 421 "Sort coding system list CODINGS by a priority of each coding system.
422Returns the sorted list. CODINGS is modified by side effects.
422 423
423If a coding system is most preferred, it has the highest priority. 424If a coding system is most preferred, it has the highest priority.
424Otherwise, a coding system corresponds to some MIME charset has higher 425Otherwise, a coding system corresponds to some MIME charset has higher