From 5a41bd8b1a5480831f4d7d090998b38c3bc38d79 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 17 May 2002 20:14:02 +0000 Subject: [PATCH] (windows-1255, cp1255): New coding systems. --- lisp/language/hebrew.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 1642ac259db..5978f1f24b9 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. -;; Copyright (C) 2001 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. ;; Keywords: multilingual, Hebrew @@ -60,11 +60,18 @@ (set-language-info-alist "Windows-1255" '((coding-priority windows-1255) (coding-system windows-1255) - (features code-pages) (documentation . "\ Support for Windows-1255 encoding, e.g. for Yiddish. Right-to-left writing is not yet supported."))) +(define-coding-system 'windows-1255 + "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)" + :coding-type 'charset + :mnemonic ?h + :charset-list '(windows-1255) + :mime-charset 'windows-1255) +(define-coding-system-alias 'cp1255 'windows-1255) + (provide 'hebrew) ;;; hebrew.el ends here -- 2.39.2