changeset 48390:987c47f9b6cb

(hebrew-iso-8bit): Make it safe.
author Kenichi Handa <handa@m17n.org>
date Mon, 18 Nov 2002 00:07:28 +0000
parents 77f983482547
children 8ec11e12f8a9
files lisp/language/hebrew.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/hebrew.el	Mon Nov 18 00:07:06 2002 +0000
+++ b/lisp/language/hebrew.el	Mon Nov 18 00:07:28 2002 +0000
@@ -35,7 +35,7 @@
  'hebrew-iso-8bit 2 ?8
  "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)."
  '(ascii hebrew-iso8859-8 nil nil
-   nil ascii-eol ascii-cntl nil nil nil nil nil t)
+   nil nil nil nil nil nil nil nil t nil nil t)
  '((safe-charsets ascii hebrew-iso8859-8)
    (mime-charset . iso-8859-8)))