Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-coding.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | cca96a509cfe |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
164:4e0740e5aab2 | 165:5a88923fcbfe |
---|---|
70 ;;;; Coding system accessors | 70 ;;;; Coding system accessors |
71 | 71 |
72 (defun coding-system-mnemonic (coding-system) | 72 (defun coding-system-mnemonic (coding-system) |
73 "Return the 'mnemonic property of CODING-SYSTEM." | 73 "Return the 'mnemonic property of CODING-SYSTEM." |
74 (coding-system-property coding-system 'mnemonic)) | 74 (coding-system-property coding-system 'mnemonic)) |
75 | |
76 (defalias 'coding-system-docstring 'coding-system-doc-string) | |
75 | 77 |
76 (defun coding-system-eol-type (coding-system) | 78 (defun coding-system-eol-type (coding-system) |
77 "Return the 'eol-type property of CODING-SYSTEM." | 79 "Return the 'eol-type property of CODING-SYSTEM." |
78 (coding-system-property coding-system 'eol-type)) | 80 (coding-system-property coding-system 'eol-type)) |
79 | 81 |