comparison lisp/w3/mule-sysdp.el @ 126:1370575f1259 xemacs-20-1p1

Import from CVS: tag xemacs-20-1p1
author cvs
date Mon, 13 Aug 2007 09:27:39 +0200
parents cca96a509cfe
children 318232e2a3f0
comparison
equal deleted inserted replaced
125:8b0638b347ec 126:1370575f1259
39 (defconst mule-no-coding-system 39 (defconst mule-no-coding-system
40 (case mule-sysdep-version 40 (case mule-sysdep-version
41 (2.3 *noconv*) 41 (2.3 *noconv*)
42 (2.4 'no-conversion) 42 (2.4 'no-conversion)
43 (3.0 'no-conversion) 43 (3.0 'no-conversion)
44 (xemacs 'no-conversion) 44 (xemacs 'binary)
45 (otherwise nil)) 45 (otherwise nil))
46 "Coding system that means no coding system should be used.") 46 "Coding system that means no coding system should be used.")
47 47
48 (defun mule-detect-coding-version (st nd) 48 (defun mule-detect-coding-version (st nd)
49 (case mule-sysdep-version 49 (case mule-sysdep-version