diff options
| -rw-r--r-- | lisp/language/hebrew.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 0610d6e9dbb..05b25a3bfe1 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | (make-coding-system | 31 | (make-coding-system |
| 32 | 'hebrew-iso-8bit 2 ?8 | 32 | 'hebrew-iso-8bit 2 ?8 |
| 33 | "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)" | 33 | "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)" |
| 34 | '((ascii t) (hebrew-iso8859-8 t) nil nil | 34 | '(ascii hebrew-iso8859-8 nil nil |
| 35 | nil ascii-eol ascii-cntl nil nil nil nil nil t) | 35 | nil ascii-eol ascii-cntl nil nil nil nil nil t) |
| 36 | '((safe-charsets ascii hebrew-iso8859-8) | 36 | '((safe-charsets ascii hebrew-iso8859-8) |
| 37 | (mime-charset . iso-8859-8))) | 37 | (mime-charset . iso-8859-8))) |