emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el [lexbind]
Date: Tue, 06 Jul 2004 07:13:57 -0400

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.131.2.4 
emacs/lisp/textmodes/ispell.el:1.131.2.5
*** emacs/lisp/textmodes/ispell.el:1.131.2.4    Tue May 11 02:36:17 2004
--- emacs/lisp/textmodes/ispell.el      Tue Jul  6 09:14:30 2004
***************
*** 501,507 ****
                       (choice :tag "Coding system"
                               (const iso-8859-1)
                               (const iso-8859-2)
!                              (const koi8-r))))
    :group 'ispell)
  
  
--- 501,508 ----
                       (choice :tag "Coding system"
                               (const iso-8859-1)
                               (const iso-8859-2)
!                              (const koi8-r)
!                              (const windows-1251))))
    :group 'ispell)
  
  
***************
*** 630,635 ****
--- 631,640 ----
      
"[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
      
"[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
      "" nil nil nil koi8-r)
+    ("russianw"                                ; russianw.aff (CP1251 charset)
+     
"[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
+     
"[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
+     "" nil nil nil windows-1251)
     ("slovak"                          ; Slovakian
      
"[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
      
"[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"




reply via email to

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