diff options
| author | Phillip Rulon | 1999-10-08 23:54:57 +0000 |
|---|---|---|
| committer | Phillip Rulon | 1999-10-08 23:54:57 +0000 |
| commit | ab418c6df09d1e5edeb39c450e9bde9bd2cf6446 (patch) | |
| tree | 7d3a639a419cc25e9338b8f519b92e312d37ba37 | |
| parent | 96ff0f098f805d5b99820d841ff459a55b5068ff (diff) | |
| download | emacs-ab418c6df09d1e5edeb39c450e9bde9bd2cf6446.tar.gz emacs-ab418c6df09d1e5edeb39c450e9bde9bd2cf6446.zip | |
(ispell-dictionary-alist-6): Don't use "-C" option for Russian.
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c4151f2a37e..62a2579cc78 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -527,7 +527,7 @@ See `ispell-dictionary-alist'." | |||
| 527 | '(("russian" ; Russian.aff (KOI8-R charset) | 527 | '(("russian" ; Russian.aff (KOI8-R charset) |
| 528 | "[\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]" | 528 | "[\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]" |
| 529 | "[^\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]" | 529 | "[^\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]" |
| 530 | "" nil ("-C" "-d" "russian") nil koi8-r) | 530 | "" nil ("-d" "russian") nil koi8-r) |
| 531 | ("svenska" ; Swedish mode | 531 | ("svenska" ; Swedish mode |
| 532 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 532 | "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |
| 533 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" | 533 | "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" |