Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/coding.el Fri Oct 12 21:51:07 2007 +0000 +++ b/lisp/coding.el Sat Oct 13 14:08:30 2007 +0000 @@ -266,14 +266,12 @@ (when (not (featurep 'mule)) (define-coding-system-alias 'escape-quoted 'binary) ;; these are so that gnus and friends work when not mule - (define-coding-system-alias 'iso-8859-1 'undecided) - (define-coding-system-alias 'iso-8859-2 'undecided) + (define-coding-system-alias 'iso-8859-1 'no-conversion) + ;; We're misrepresenting ourselves to the gnus code by saying we support + ;; both. + ; (define-coding-system-alias 'iso-8859-2 'no-conversion) (define-coding-system-alias 'ctext 'binary)) - -;; compatibility for old XEmacsen (don't use it) -(define-coding-system-alias 'automatic-conversion 'undecided) - (make-compatible-variable 'enable-multibyte-characters "Unimplemented") ;;; coding.el ends here