diff options
| -rw-r--r-- | lisp/language/georgian.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/language/georgian.el b/lisp/language/georgian.el index cc97895fb6f..027c361c00b 100644 --- a/lisp/language/georgian.el +++ b/lisp/language/georgian.el | |||
| @@ -31,7 +31,8 @@ | |||
| 31 | (coding-priority georgian-ps) | 31 | (coding-priority georgian-ps) |
| 32 | (input-method . "georgian") | 32 | (input-method . "georgian") |
| 33 | (features code-pages) | 33 | (features code-pages) |
| 34 | (nonascii-translation . georgian-ps) | 34 | (nonascii-translation . ,(get 'decode-georgian-ps |
| 35 | 'translation-table)) | ||
| 35 | (documentation . "Support for georgian-ps character set.")) | 36 | (documentation . "Support for georgian-ps character set.")) |
| 36 | '("European")) ; fixme: is this appropriate for | 37 | '("European")) ; fixme: is this appropriate for |
| 37 | ; a non-Latin script? | 38 | ; a non-Latin script? |