diff options
author | Wojciech Gac <wojciech.s.gac@gmail.com> | 2019-03-15 02:01:48 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-03-15 09:58:29 +0200 |
commit | 4baacfe1b43f7ce34c007490475632bd73b88662 (patch) | |
tree | 1a29863fc9062375e6cd986db9ff3ab8802df328 /lisp/leim | |
parent | f5a795d6ec73a0642f7eb95e2a9827e514824c14 (diff) | |
download | emacs-4baacfe1b43f7ce34c007490475632bd73b88662.tar.gz emacs-4baacfe1b43f7ce34c007490475632bd73b88662.tar.bz2 emacs-4baacfe1b43f7ce34c007490475632bd73b88662.zip |
Add notice and fix missing character
Diffstat (limited to 'lisp/leim')
-rw-r--r-- | lisp/leim/quail/sami.el | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lisp/leim/quail/sami.el b/lisp/leim/quail/sami.el index 4b45e894da5..d4cf4ec96e8 100644 --- a/lisp/leim/quail/sami.el +++ b/lisp/leim/quail/sami.el @@ -1,6 +1,39 @@ +;;; sami.el --- Quail package for inputting Sámi -*-coding: utf-8;-*- + +;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. + +;; Author: Wojciech S. Gac <wojciech.s.gac@gmail.com> +;; Maintainer: Wojciech S. Gac <wojciech.s.gac@gmail.com>> +;; Keywords: i18n, multilingual, input method, Sámi + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: +;; This file implements the following input methods for the Sámi +;; language +;; - norwegian-sami-prefix +;; - bergsland-hasselbrink-sami-prefix +;; - southern-sami-prefix +;; - ume-sami-prefix +;; - northern-sami-prefix +;; - inari-sami-prefix +;; - skolt-sami-prefix +;; - kildin-sami-prefix + ;;; Code (require 'quail) @@ -644,6 +677,7 @@ Alphabet (parenthesized letters are used in foreign names only): ("b" ?б) ("n" ?н) ("'n" ?ӊ) + (",n" ?ӈ) ("m" ?м) ("'m" ?ӎ) ("," ?,) @@ -711,8 +745,11 @@ Alphabet (parenthesized letters are used in foreign names only): ("B" ?Б) ("N" ?Н) ("'N" ?Ӊ) + (",N" ?Ӈ) ("M" ?М) ("'M" ?Ӎ) ("<" ?<) (">" ?>) ("?" ??)) + +;;; sami.el ends here |