comparison lisp/international/codepage.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents ddfd9a0290fb
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
35 ;; conversion to and from the DOS codepage is performed on I/O only. 35 ;; conversion to and from the DOS codepage is performed on I/O only.
36 ;; See term/internal.el for the complementary setup of the DOS 36 ;; See term/internal.el for the complementary setup of the DOS
37 ;; terminal display and input methods. 37 ;; terminal display and input methods.
38 ;; 38 ;;
39 ;; Thanks to Ken'ichi Handa <handa@etl.go.jp> for writing the CCL 39 ;; Thanks to Ken'ichi Handa <handa@etl.go.jp> for writing the CCL
40 ;; encoders/decoders, and for help in debugging this code. 40 ;; encoders/decoders, and for help in debugging this code.
41 41
42 ;;; Code: 42 ;;; Code:
43 43
44 (defun cp-coding-system-for-codepage-1 (coding mnemonic iso-name 44 (defun cp-coding-system-for-codepage-1 (coding mnemonic iso-name
45 decoder encoder) 45 decoder encoder)