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, 14 Oct 2003 19:39:38 -0400

Index: emacs/lisp/language/european.el
diff -c emacs/lisp/language/european.el:1.71.2.1 
emacs/lisp/language/european.el:1.71.2.2
*** emacs/lisp/language/european.el:1.71.2.1    Fri Apr  4 01:20:26 2003
--- emacs/lisp/language/european.el     Tue Oct 14 19:39:25 2003
***************
*** 25,32 ****
  
  ;;; Commentary:
  
! ;; For European scripts, character sets ISO8859-1,2,3,4,9,14,15 are
! ;; supported.
  
  ;;; Code:
  
--- 25,32 ----
  
  ;;; Commentary:
  
! ;; For European scripts, all the ISO Latin character sets are
! ;; supported, along with various others.
  
  ;;; Code:
  
***************
*** 62,67 ****
--- 62,80 ----
  Indonesian/Malay, Tagalog (Philippines), Swahili and Afrikaans."))
   '("European"))
  
+ (eval-and-compile
+   (setq
+    non-iso-charset-alist
+    (cp-make-coding-system
+     windows-1252
+     [?\$,1tL(B nil ?\$,1rz(B ?\$,1!R(B ?\$,1r~(B ?\$,1s&(B ?\$,1s 
(B ?\$,1s!(B ?\$,1$f(B ?\$,1s0(B ?\$,1! (B ?\$,1s9(B ?\$,1 r(B nil 
?\$,1!=(B ?\$,1!>(B nil
+        ?\$,1rx(B ?\$,1ry(B ?\$,1r|(B ?\$,1r}(B ?\$,1s"(B 
?\$,1rs(B ?\$,1rt(B ?\$,1$|(B ?\$,1ub(B ?\$,1!!(B ?\$,1s:(B ?\$,1 
s(B nil nil ?\$,1!8(B ?\,A (B ?\,A!(B
+        ?\,A"(B ?\,A#(B ?\,A$(B ?\,A%(B ?\,A&(B ?\,A'(B ?\,A((B 
?\,A)(B ?\,A*(B ?\,A+(B ?\,A,(B ?\,A-(B ?\,A.(B ?\,A/(B ?\,A0(B 
?\,A1(B ?\,A2(B
+        ?\,A3(B ?\,A4(B ?\,A5(B ?\,A6(B ?\,A7(B ?\,A8(B ?\,A9(B 
?\,A:(B ?\,A;(B ?\,A<(B ?\,A=(B ?\,A>(B ?\,A?(B 
?\,address@hidden(B ?\,AA(B ?\,AB(B ?\,AC(B
+        ?\,AD(B ?\,AE(B ?\,AF(B ?\,AG(B ?\,AH(B ?\,AI(B ?\,AJ(B 
?\,AK(B ?\,AL(B ?\,AM(B ?\,AN(B ?\,AO(B ?\,AP(B ?\,AQ(B ?\,AR(B 
?\,AS(B ?\,AT(B
+        ?\,AU(B ?\,AV(B ?\,AW(B ?\,AX(B ?\,AY(B ?\,AZ(B ?\,A[(B 
?\,A\(B ?\,A](B ?\,A^(B ?\,A_(B ?\,A`(B ?\,Aa(B ?\,Ab(B ?\,Ac(B 
?\,Ad(B ?\,Ae(B
+        ?\,Af(B ?\,Ag(B ?\,Ah(B ?\,Ai(B ?\,Aj(B ?\,Ak(B ?\,Al(B 
?\,Am(B ?\,An(B ?\,Ao(B ?\,Ap(B ?\,Aq(B ?\,Ar(B ?\,As(B ?\,At(B 
?\,Au(B ?\,Av(B
+        ?\,Aw(B ?\,Ax(B ?\,Ay(B ?\,Az(B ?\,A{(B ?\,A|(B ?\,A}(B 
?\,A~(B ?\,A(B])))
  
  ;; Latin-2 (ISO-8859-2)
  
***************
*** 684,687 ****
--- 697,701 ----
  
  (provide 'european)
  
+ ;;; arch-tag: 9e018b12-fb02-4120-907b-9adeaf84b5c2
  ;;; european.el ends here




reply via email to

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