comparison lisp/language/slovak.el @ 21421:868791d38a55

Add coding-priority. Use iso-8859-2 instead of iso-latin-2. Correct starting commentary.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Apr 1998 07:03:51 +0000
parents 822da6b28265
children dec2ca6d662d
comparison
equal deleted inserted replaced
21420:d51476961314 21421:868791d38a55
5 ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, 5 ;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>,
6 ;; Milan Zamazal <pdm@fi.muni.cz> 6 ;; Milan Zamazal <pdm@fi.muni.cz>
7 ;; Maintainer: Milan Zamazal <pdm@fi.muni.cz> 7 ;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
8 ;; Keywords: multilingual, Slovak 8 ;; Keywords: multilingual, Slovak
9 9
10 ;; Copying and warranty: GNU General Public License, version 2 10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
11 26
12 ;;; Commentary: 27 ;;; Commentary:
13 28
14 ;; Slovak ISO 8859-2 environment. 29 ;; Slovak ISO 8859-2 environment.
15 30
22 (load "latin-2")) 37 (load "latin-2"))
23 38
24 (set-language-info-alist 39 (set-language-info-alist
25 "Slovak" '((setup-function . setup-slovak-environment) 40 "Slovak" '((setup-function . setup-slovak-environment)
26 (charset . (ascii latin-iso8859-2)) 41 (charset . (ascii latin-iso8859-2))
27 (coding-system . (iso-latin-2)) 42 (coding-system . (iso-8859-2))
43 (coding-priority . (iso-8859-2))
28 (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") 44 (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!")
29 (documentation . t))) 45 (documentation . t)))
30 46
31 (provide 'slovak) 47 (provide 'slovak)
32 48