Mercurial > emacs
changeset 23899:5aca264ca763
Don't use sublists in the flags argument passed to make-coding-system.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 15 Dec 1998 11:15:11 +0000 |
parents | 4d31ceed9039 |
children | 212a00c75674 |
files | lisp/language/hebrew.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/hebrew.el Tue Dec 15 10:41:44 1998 +0000 +++ b/lisp/language/hebrew.el Tue Dec 15 11:15:11 1998 +0000 @@ -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)))