diff lisp/mule/english.el @ 3769:fbf54025c136

[xemacs-hg @ 2006-12-30 17:04:26 by aidan] Provide native-coding-systems for some language environments that didn't have them.
author aidan
date Sat, 30 Dec 2006 17:04:32 +0000
parents 98af8a976fc3
children aa28d959af41
line wrap: on
line diff
--- a/lisp/mule/english.el	Fri Dec 29 22:50:53 2006 +0000
+++ b/lisp/mule/english.el	Sat Dec 30 17:04:32 2006 +0000
@@ -50,6 +50,9 @@
  "English" '((tutorial . "TUTORIAL")
 	     (locale "en" "C")
 	     (charset ascii)
+             (coding-system iso-8859-1)
+             (coding-priority iso-8859-1)
+             (native-coding-system iso-8859-1)
 	     (sample-text . "Hello!, Hi!, How are you?")
 	     (documentation . "\
 Nothing special is needed to handle English.")