Mercurial > emacs
changeset 111402:435e622dd41e
Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Thu, 04 Nov 2010 23:37:06 +0100 |
parents | 733acab855e4 |
children | 1b38f79e865e |
files | src/ChangeLog src/coding.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Nov 04 22:18:09 2010 +0000 +++ b/src/ChangeLog Thu Nov 04 23:37:06 2010 +0100 @@ -1,3 +1,8 @@ +2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * Refer to set-coding-system-priority instead of the obsolete + set-coding-priority in the doc string. + 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com> Ismail Donmez <ismail@namtrac.org> (tiny change)
--- a/src/coding.c Thu Nov 04 22:18:09 2010 +0000 +++ b/src/coding.c Thu Nov 04 23:37:06 2010 +0100 @@ -10559,7 +10559,7 @@ one algorithm agrees with a byte sequence of source text, the coding system bound to the corresponding coding-category is selected. -Don't modify this variable directly, but use `set-coding-priority'. */); +Don't modify this variable directly, but use `set-coding-system-priority'. */); { int i;