From: Eli Zaretskii Date: Tue, 15 Dec 1998 11:15:11 +0000 (+0000) Subject: Don't use sublists in the flags argument passed to make-coding-system. X-Git-Tag: emacs-20.4~1050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2719637a3e170c370e136bb00ffa69d122d6b4b;p=emacs.git Don't use sublists in the flags argument passed to make-coding-system. --- 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)))