summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-autoaway.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-07 02:35:02 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-07 02:35:02 +0000
commit07da87e9ab7240c80568cb61fb2963c3ed538399 (patch)
tree2d1eab1df287d275b77ababecfec05e06360e722 /lisp/erc/erc-autoaway.el
parent8705576eab3b61c6521a773de35434add31b3927 (diff)
downloademacs-07da87e9ab7240c80568cb61fb2963c3ed538399.tar.gz
Remove unnecessary eval-when-compiles.
Diffstat (limited to 'lisp/erc/erc-autoaway.el')
-rw-r--r--lisp/erc/erc-autoaway.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index 1f2e30cb9f5..ff91a90c4cb 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -1,6 +1,7 @@
;;; erc-autoaway.el --- Provides autoaway for ERC
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008
+;; Free Software Foundation, Inc.
;; Author: Jorgen Schaefer <forcer@forcix.cx>
;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway
@@ -45,7 +46,7 @@ This is only used when `erc-autoaway-idle-method' is set to 'emacs.")
"Indicates whether this module was responsible for setting the
user's away status.")
-(eval-when-compile (defvar erc-autoaway-idle-seconds))
+(defvar erc-autoaway-idle-seconds)
(defun erc-autoaway-reestablish-idletimer ()
"Reestablish the Emacs idletimer.