]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use sublists in the flags argument passed to make-coding-system.
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 1998 11:15:11 +0000 (11:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 1998 11:15:11 +0000 (11:15 +0000)
lisp/language/hebrew.el

index 0610d6e9dbbfa02ffc116911cbc31433123dc001..05b25a3bfe1e6a71c60756b2f7a183114f17ff32 100644 (file)
@@ -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)))