diff options
| author | Ken Raeburn <raeburn@raeburn.org> | 2015-11-01 01:42:21 -0400 |
|---|---|---|
| committer | Ken Raeburn <raeburn@raeburn.org> | 2015-11-01 01:42:21 -0400 |
| commit | 39372e1a1032521be74575bb06f95a3898fbae30 (patch) | |
| tree | 754bd242a23d2358ea116126fcb0a629947bd9ec /lisp/erc/erc-lang.el | |
| parent | 6a3121904d76e3b2f63007341d48c5c1af55de80 (diff) | |
| parent | e11aaee266da52937a3a031cb108fe13f68958c3 (diff) | |
| download | emacs-39372e1a1032521be74575bb06f95a3898fbae30.tar.gz | |
merge from trunk
Diffstat (limited to 'lisp/erc/erc-lang.el')
| -rw-r--r-- | lisp/erc/erc-lang.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index b6876da0ba8..d97abe9c05f 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el @@ -1,10 +1,10 @@ ;;; erc-lang.el --- provide the LANG command to ERC -;; Copyright (C) 2002, 2004, 2006-2013 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006-2015 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> -;; Maintainer: FSF -;; Version: 1.0.0 +;; Maintainer: emacs-devel@gnu.org +;; Old-Version: 1.0.0 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang ;; Keywords: comm languages processes @@ -32,6 +32,9 @@ (require 'erc) +;; FIXME: It's ISO 639-1, not ISO 638. ISO 638 is for paper, board and pulps. +;; The Lisp variable should be renamed. + (defvar iso-638-languages '(("aa" . "Afar") ("ab" . "Abkhazian") @@ -42,7 +45,7 @@ ("ay" . "Aymara") ("az" . "Azerbaijani") ("ba" . "Bashkir") - ("be" . "Byelorussian") + ("be" . "Belarusian") ("bg" . "Bulgarian") ("bh" . "Bihari") ("bi" . "Bislama") |
