emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/european.el


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/language/european.el
Date: Thu, 06 Feb 2003 06:32:07 -0500

Index: emacs/lisp/language/european.el
diff -c emacs/lisp/language/european.el:1.82 
emacs/lisp/language/european.el:1.83
*** emacs/lisp/language/european.el:1.82        Thu Feb  6 06:23:47 2003
--- emacs/lisp/language/european.el     Thu Feb  6 06:32:07 2003
***************
*** 64,71 ****
  We also have specific language environments for the following languages:
    For Dutch, \"Dutch\".
    For German, \"German\".
-   For Spanish, \"Spanish\".
    For French, \"French\".
  
  Latin-1 also covers several written languages outside Europe, including
  Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans."))
--- 64,73 ----
  We also have specific language environments for the following languages:
    For Dutch, \"Dutch\".
    For German, \"German\".
    For French, \"French\".
+   For Italian, \"Italian\".
+   For Slovenian, \"Slovenian\".
+   For Spanish, \"Spanish\".
  
  Latin-1 also covers several written languages outside Europe, including
  Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans."))
***************
*** 251,256 ****
--- 253,273 ----
   '("European"))
  
  (set-language-info-alist
+  "Dutch" '((tutorial . "TUTORIAL.nl")
+          (charset ascii latin-iso8859-1)
+          (coding-system iso-latin-1 iso-latin-9)
+          (coding-priority iso-latin-1)
+          (nonascii-translation . latin-iso8859-1)
+          (unibyte-syntax . "latin-1")
+          (unibyte-display . iso-latin-1)
+          (input-method . "dutch")
+          (sample-text . "Er is een aantal manieren waarop je dit kan doen")
+          (documentation . "\
+ This language environment is almost the same as Latin-1,
+ but it selects the Dutch tutorial and input method."))
+  '("European"))
+ 
+ (set-language-info-alist
   "German" '((tutorial . "TUTORIAL.de")
            (charset ascii latin-iso8859-1)
            (coding-system iso-latin-1 iso-latin-9)
***************
*** 326,346 ****
  This language environment is almost the same as Latin-1,
  but it sets the default input method to \"spanish-postfix\",
  and it selects the Spanish tutorial."))
-  '("European"))
- 
- (set-language-info-alist
-  "Dutch" '((tutorial . "TUTORIAL.nl")
-          (charset ascii latin-iso8859-1)
-          (coding-system iso-latin-1 iso-latin-9)
-          (coding-priority iso-latin-1)
-          (nonascii-translation . latin-iso8859-1)
-          (unibyte-syntax . "latin-1")
-          (unibyte-display . iso-latin-1)
-          (input-method . "dutch")
-          (sample-text . "Er is een aantal manieren waarop je dit kan doen")
-          (documentation . "\
- This language environment is almost the same as Latin-1,
- but it selects the Dutch tutorial and input method."))
   '("European"))
  
  ;; For Turkish, the character set ISO-8859-9 (Latin-5) is used.  But,
--- 343,348 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]