[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102250: Refer to set-coding-system-p
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102250: Refer to set-coding-system-priority instead of the obsolete |
Date: |
Thu, 04 Nov 2010 23:37:06 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102250
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-04 23:37:06 +0100
message:
Refer to set-coding-system-priority instead of the obsolete
set-coding-priority in the doc string.
modified:
src/ChangeLog
src/coding.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-11-04 18:22:12 +0000
+++ b/src/ChangeLog 2010-11-04 22:37:06 +0000
@@ -1,3 +1,8 @@
+2010-11-04 Lars Magne Ingebrigtsen <address@hidden>
+
+ * Refer to set-coding-system-priority instead of the obsolete
+ set-coding-priority in the doc string.
+
2010-11-04 Adrian Robert <address@hidden>
Ismail Donmez <address@hidden> (tiny change)
=== modified file 'src/coding.c'
--- a/src/coding.c 2010-11-01 04:09:26 +0000
+++ b/src/coding.c 2010-11-04 22:37:06 +0000
@@ -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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102250: Refer to set-coding-system-priority instead of the obsolete,
Lars Magne Ingebrigtsen <=