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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/language/european.el [lexbind]
Date: Tue, 06 Jul 2004 07:14:25 -0400

Index: emacs/lisp/language/european.el
diff -c emacs/lisp/language/european.el:1.71.2.3 
emacs/lisp/language/european.el:1.71.2.4
*** emacs/lisp/language/european.el:1.71.2.3    Fri Nov 21 00:35:50 2003
--- emacs/lisp/language/european.el     Tue Jul  6 09:14:28 2004
***************
*** 451,456 ****
--- 451,469 ----
              (unibyte-display . iso-8859-2)
              (documentation . "Support for Croatian with Latin-2 encoding."))
   '("European"))
+ 
+ (set-language-info-alist
+  "Brazilian Portuguese" '((tutorial . "TUTORIAL.pt_BR")
+           (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 . "latin-1-prefix")
+           (sample-text . "Oi")
+           (documentation . "Support for Brazilian Portuguese."))
+  '("European"))
  
  ;; Definitions for the Mac Roman character sets and coding system.
  ;; The Mac Roman encoding uses all 128 code points in the range 128 to




reply via email to

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