aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language/hebrew.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>1998-12-15 11:15:11 +0000
committerEli Zaretskii <[email protected]>1998-12-15 11:15:11 +0000
commitf2719637a3e170c370e136bb00ffa69d122d6b4b (patch)
treed52cee35f94cfff350f73eacb755ef3eef37856f /lisp/language/hebrew.el
parentd366d2e41b62f50811e228426906c2efc01e40ca (diff)
Don't use sublists in the flags argument passed to make-coding-system.
Diffstat (limited to 'lisp/language/hebrew.el')
-rw-r--r--lisp/language/hebrew.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 0610d6e9db..05b25a3bfe 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)))