Mercurial > hg > xemacs-beta
comparison lisp/coding.el @ 4222:38ef5a6da799
[xemacs-hg @ 2007-10-13 14:08:26 by aidan]
Fix the nomule package build; eliminate some non-X compile time warnings.
author | aidan |
---|---|
date | Sat, 13 Oct 2007 14:08:30 +0000 |
parents | 6b2ef948e140 |
children | dd9c1d5f5319 |
comparison
equal
deleted
inserted
replaced
4221:807c86a7612a | 4222:38ef5a6da799 |
---|---|
264 'dontusethis-set-value-keyboard-coding-system-handler) | 264 'dontusethis-set-value-keyboard-coding-system-handler) |
265 | 265 |
266 (when (not (featurep 'mule)) | 266 (when (not (featurep 'mule)) |
267 (define-coding-system-alias 'escape-quoted 'binary) | 267 (define-coding-system-alias 'escape-quoted 'binary) |
268 ;; these are so that gnus and friends work when not mule | 268 ;; these are so that gnus and friends work when not mule |
269 (define-coding-system-alias 'iso-8859-1 'undecided) | 269 (define-coding-system-alias 'iso-8859-1 'no-conversion) |
270 (define-coding-system-alias 'iso-8859-2 'undecided) | 270 ;; We're misrepresenting ourselves to the gnus code by saying we support |
271 ;; both. | |
272 ; (define-coding-system-alias 'iso-8859-2 'no-conversion) | |
271 (define-coding-system-alias 'ctext 'binary)) | 273 (define-coding-system-alias 'ctext 'binary)) |
272 | 274 |
273 | |
274 ;; compatibility for old XEmacsen (don't use it) | |
275 (define-coding-system-alias 'automatic-conversion 'undecided) | |
276 | |
277 (make-compatible-variable 'enable-multibyte-characters "Unimplemented") | 275 (make-compatible-variable 'enable-multibyte-characters "Unimplemented") |
278 | 276 |
279 ;;; coding.el ends here | 277 ;;; coding.el ends here |