(line): Define for compiler.
This commit is contained in:
parent
e2045997ee
commit
a9c83b2f0c
2 changed files with 6 additions and 0 deletions
|
@ -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 `...'.
|
||||
|
|
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue