diff lisp/mule/english.el @ 4072:aa28d959af41

[xemacs-hg @ 2007-07-22 22:03:29 by aidan] Add support for non-ISO2022 8 bit fixed-width coding-systems
author aidan
date Sun, 22 Jul 2007 22:04:14 +0000
parents fbf54025c136
children 308d34e9f07d
line wrap: on
line diff
--- a/lisp/mule/english.el	Sun Jul 22 21:53:08 2007 +0000
+++ b/lisp/mule/english.el	Sun Jul 22 22:04:14 2007 +0000
@@ -31,21 +31,6 @@
 
 ;;; Code
 
-;; ASCII with right-to-left direction.
-(make-charset 'ascii-right-to-left 
-	      "ASCII (left half of ISO 8859-1) with right-to-left direction"
-	      '(dimension
-		1
-		registries ["ISO8859-1"]
-		chars 94
-		columns 1
-		direction r2l
-		final ?B
-		graphic 0
-		short-name "rev ASCII"
-		long-name "ASCII with right-to-left direction"
-		))
-
 (set-language-info-alist
  "English" '((tutorial . "TUTORIAL")
 	     (locale "en" "C")