diff options
author | Francesco Potortì <pot@gnu.org> | 2003-02-06 11:25:49 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2003-02-06 11:25:49 +0000 |
commit | 0dcfc7bc0c02bf649e3286edd3bf73d87f6f242b (patch) | |
tree | 6c7eaf05aca4dbde9a6c7a9f42e056b7c61c56e9 | |
parent | c433f76c301aa0c6c25e8b19de71666e6f69e5ec (diff) | |
download | emacs-0dcfc7bc0c02bf649e3286edd3bf73d87f6f242b.tar.gz |
Italian greeting changed.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/language/european.el | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c68c115e178..71edf9d561c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-02-06 Francesco Potort,Al(B <pot@gnu.org> + + * language/european.el ("Italian"): New. + 2003-02-06 Matthew Swift <swift@alum.mit.edu> * dired.el (dired-move-to-filename-regexp): Support "K" suffix on diff --git a/lisp/language/european.el b/lisp/language/european.el index ed4607c6b9a..4ab5ba902cc 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -284,6 +284,22 @@ but it selects the French tutorial.")) '("European")) (set-language-info-alist + "Italian" '((tutorial . "TUTORIAL.it") + (charset ascii latin-iso8859-1) + (coding-system iso-latin-1 iso-latin-9) + (coding-priority iso-latin-1) + (nonascii-translation . latin-iso8859-1) + (unibyte-syntax . "latin-1") + (unibyte-display . iso-latin-1) + (input-method . "italian-postfix") + (sample-text . "Salve, ciao!") + (documentation . "\ +This language environment is almost the same as Latin-1, +but sets the default input method to \"italian-postfix\". +Additionally, it selects the Italian tutorial.")) + '("European")) + +(set-language-info-alist "Slovenian" '((charset . (ascii latin-iso8859-2)) (coding-system . (iso-8859-2)) (coding-priority . (iso-8859-2)) |