summaryrefslogtreecommitdiff
path: root/lisp/language/hebrew.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-14 15:37:13 +0000
committerDave Love <fx@gnu.org>2002-05-14 15:37:13 +0000
commitd21363d3e451805ff1e490df04ac86e1e33e9523 (patch)
treee25ee1a85084a2bdbdf89d091838aa74512e768c /lisp/language/hebrew.el
parent30cbd69af0bf1868fe190763d26ed5ef1c9a9a13 (diff)
downloademacs-d21363d3e451805ff1e490df04ac86e1e33e9523.tar.gz
emacs-d21363d3e451805ff1e490df04ac86e1e33e9523.tar.bz2
emacs-d21363d3e451805ff1e490df04ac86e1e33e9523.zip
Fix :mime-charset properties.
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 a56084686d4..1642ac259db 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -36,7 +36,7 @@
:coding-type 'charset
:mnemonic ?8
:charset-list '(iso-8859-8)
- :plist '(mime-charset iso-8859-8))
+ :mime-charset 'iso-8859-8)
(define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit)