diff options
author | Eli Zaretskii <eliz@gnu.org> | 1998-12-15 11:15:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1998-12-15 11:15:11 +0000 |
commit | f2719637a3e170c370e136bb00ffa69d122d6b4b (patch) | |
tree | d52cee35f94cfff350f73eacb755ef3eef37856f /lisp | |
parent | d366d2e41b62f50811e228426906c2efc01e40ca (diff) | |
download | emacs-f2719637a3e170c370e136bb00ffa69d122d6b4b.tar.gz |
Don't use sublists in the flags argument passed to make-coding-system.
Diffstat (limited to 'lisp')
-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 @@ (make-coding-system 'hebrew-iso-8bit 2 ?8 "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)" - '((ascii t) (hebrew-iso8859-8 t) nil nil + '(ascii hebrew-iso8859-8 nil nil nil ascii-eol ascii-cntl nil nil nil nil nil t) '((safe-charsets ascii hebrew-iso8859-8) (mime-charset . iso-8859-8))) |