comparison lisp/international/codepage.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 24048ec9f8ce
children ac35ef786b2d
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems. 1 ;;; codepage.el --- MS-DOS/MS-Windows specific coding systems
2 2
3 ;; Copyright (C) 1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998 Free Software Foundation, Inc.
4 4
5 ;; Author: Eli Zaretskii 5 ;; Author: Eli Zaretskii
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
663 (cp-make-coding-systems-for-codepage 663 (cp-make-coding-systems-for-codepage
664 cp (cp-charset-for-codepage cp) (cp-offset-for-codepage cp)))) 664 cp (cp-charset-for-codepage cp) (cp-offset-for-codepage cp))))
665 665
666 (provide 'codepage) 666 (provide 'codepage)
667 667
668 ;; codepage.el ends here 668 ;;; codepage.el ends here