Add 2010 to copyright years.
[bpt/emacs.git] / lisp / erc / erc-lang.el
index be7320d..89e36a7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-lang.el --- provide the LANG command to ERC
 
-;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Alex Schroeder <alex@gnu.org>
@@ -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))))