diff options
| author | Kenichi Handa | 2006-03-23 01:20:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-03-23 01:20:20 +0000 |
| commit | 9b99ec0e6c92f9e05f823e2334ca89db6d49c583 (patch) | |
| tree | 2917c3ee8fd2d1b9a89ad51b2cfdf851348b7c5b | |
| parent | 47021b111d00462106780480c6c690bb7f0d0ae3 (diff) | |
| download | emacs-9b99ec0e6c92f9e05f823e2334ca89db6d49c583.tar.gz emacs-9b99ec0e6c92f9e05f823e2334ca89db6d49c583.zip | |
(sort-coding-systems): Describe that
the argument is modified in docstring.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 1 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-03-22 Sascha Wilde <wilde@sha-bang.de> | 6 | 2006-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. |
| 422 | Returns the sorted list. CODINGS is modified by side effects. | ||
| 422 | 423 | ||
| 423 | If a coding system is most preferred, it has the highest priority. | 424 | If a coding system is most preferred, it has the highest priority. |
| 424 | Otherwise, a coding system corresponds to some MIME charset has higher | 425 | Otherwise, a coding system corresponds to some MIME charset has higher |