(line): Define for compiler.

This commit is contained in:
Glenn Morris 2009-09-19 20:58:19 +00:00
parent e2045997ee
commit a9c83b2f0c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-09-19 Glenn Morris <rgm@gnu.org>
* erc-lang.el (line): Define for compiler.
2009-07-22 Kevin Ryde <user42@zip.com.au>
* erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.

View file

@ -197,6 +197,8 @@ Normungsinstitut (ON), Postfach 130, A-1021 Vienna, Austria.")
iso-638-languages)))
(message "%s" (cdr (assoc code iso-638-languages))))
(defvar line) ; dynamically bound in erc-process-input-line
(defun erc-cmd-LANG (language)
"Display the language name for the language code given by LANGUAGE."
(let ((lang (cdr (assoc language iso-638-languages))))