From ffd5cede9d64ae266f1d397d81a6cb2bce4a82fc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Nov 2002 09:20:33 +0000 Subject: [PATCH] (cp866-decode-table): Fix the translation table. --- lisp/ChangeLog | 5 +++++ lisp/international/codepage.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e37056b161..c928692485c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-11-16 Ivan Zakharyaschev (tiny change) + + * international/codepage.el (cp866-decode-table): Fix the + translation table. + 2002-11-16 Martin Stjernholm * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 01bf5a20532..8b06d90c563 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -384,7 +384,7 @@ character is generated by (make-char CHARSET OFFSET)." 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 - 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 + 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 252 241 nil nil 243 nil nil 245 nil nil nil nil nil nil 247 nil] "Table for converting ISO-8859-5 characters into codepage 866 glyphs.") (setplist 'cp866-decode-table -- 2.39.2