diff options
| author | Dave Love | 2002-06-27 21:55:53 +0000 |
|---|---|---|
| committer | Dave Love | 2002-06-27 21:55:53 +0000 |
| commit | 69e7e293cee533d9c1e04310bdf30d13a94abb51 (patch) | |
| tree | b904bc0725052d7585040a4a53d4160c2c7c290b | |
| parent | 0fbd042508c324aa1e3b803c08de1fa924179f6f (diff) | |
| download | emacs-69e7e293cee533d9c1e04310bdf30d13a94abb51.tar.gz emacs-69e7e293cee533d9c1e04310bdf30d13a94abb51.zip | |
("Georgian"): Delete code-pages feature,
add nonascii-translation.
| -rw-r--r-- | lisp/language/georgian.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index c4ff8991efb..cbce834d6f5 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | "Georgian" `((coding-system georgian-ps) | 30 | "Georgian" `((coding-system georgian-ps) |
| 31 | (coding-priority georgian-ps) | 31 | (coding-priority georgian-ps) |
| 32 | (input-method . "georgian") | 32 | (input-method . "georgian") |
| 33 | (features code-pages) | 33 | (nonascii-translation . georgian-ps) |
| 34 | (documentation . "Support for georgian-ps character set.")) | 34 | (documentation . "Support for georgian-ps character set.")) |
| 35 | '("European")) ; fixme: is this appropriate for | 35 | '("European")) ; fixme: is this appropriate for |
| 36 | ; a non-Latin script? | 36 | ; a non-Latin script? |