+2003-01-10 Dave Love <fx@gnu.org>
+
+ * international/code-pages.el (cp-make-coding-system): Fix last
+ change.
+
2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
* dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
(remq cs (aref char-coding-system-table k)))))
chars))))
-;; Fix things that have been, or might be done by codepage.el.
+;; Fix things that have been, or might be, done by codepage.el.
(eval-after-load "codepage"
'(progn
((loop
(read-multibyte-character r0 r1)
(translate-character ,encoder r0 r1)
- (if (r0 != ,(charset-id 'eight-bit-graphic))
- (if (r0 != ,(charset-id 'eight-bit-control))
- (r1 = ??)))
+ (if (r0 != ,(charset-id 'ascii))
+ (if (r0 != ,(charset-id 'eight-bit-graphic))
+ (if (r0 != ,(charset-id 'eight-bit-control))
+ (r1 = ??))))
(write-repeat r1)))))))
`(let ((translation-table (cp-make-translation-table ,v))
(codes (cp-valid-codes ,v)))