]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary eval-when-compiles.
authorGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:35:02 +0000 (02:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:35:02 +0000 (02:35 +0000)
lisp/erc/ChangeLog
lisp/erc/erc-autoaway.el
lisp/erc/erc-ibuffer.el
lisp/erc/erc-menu.el
lisp/erc/erc-stamp.el
lisp/erc/erc.el

index 13ad7cd6fd48edfd1b767ba1152c56527a24c43e..de99c8ad3b38cc1847eb255f19fbf812e4acecb1 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * erc/erc-autoaway.el, erc/erc-ibuffer.el, erc/erc-menu.el:
+       * erc/erc-stamp.el, erc/erc.el: Remove unnecessary eval-when-compiles.
+
 2008-05-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * erc-goodies.el (erc-noncommands-list, noncommands)
index 1f2e30cb9f50c80912d194c1b441b9c59bd53207..ff91a90c4cb4ebaa0360734b011db8df1721af52 100644 (file)
@@ -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.
index 98f503791e6cf6deaef304480467e151ca2e1443..1ec0a0538f439d5b2faa83f9acfea54c3935d74a 100644 (file)
@@ -1,6 +1,7 @@
 ;;; erc-ibuffer.el --- ibuffer integration with ERC
 
-;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm
@@ -70,8 +71,7 @@
                                     erc-session-server)))))
 
 ;; Silence the byte-compiler
-(eval-when-compile
-  (defvar erc-modified-channels-alist))
+(defvar erc-modified-channels-alist)
 
 (define-ibuffer-column erc-modified (:name "M")
   (if (and (boundp 'erc-track-mode)
index ea65bcdd136c1557fc98e472ec36019906a3c689..0eb2b995225ce17a9b19f0217c84538254c8f93c 100644 (file)
@@ -1,7 +1,7 @@
 ;; erc-menu.el -- Menu-bar definitions for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2005, 2006,
-;;   2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007,
+;;   200 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm, processes, menu
@@ -129,8 +129,7 @@ ERC menu yet.")
      (message "You might have to restart Emacs to remove the ERC menu"))))
 
 ;; silence byte-compiler warning
-(eval-when-compile
-  (defvar erc-menu nil))
+(defvar erc-menu)
 
 (defun erc-menu-add ()
   "Add the ERC menu to the current buffer."
index e7b53c53c84cc9ec36f3438df786ceef2e3fdd20..1e10a668efb287bdc5312973bbfe67c898ae5ad1 100644 (file)
@@ -1,6 +1,7 @@
 ;;; erc-stamp.el --- Timestamping for ERC messages
 
-;; 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: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm, processes, timestamp
@@ -263,8 +264,7 @@ property to get to the POSth column."
   (insert string))
 
 ;; Silence byte-compiler
-(eval-when-compile
-  (defvar erc-fill-column))
+(defvar erc-fill-column)
 
 (defun erc-insert-timestamp-right (string)
   "Insert timestamp on the right side of the screen.
index 9750447c2efdc4a6ea9fab655edfa13dbd2d6db4..245fdf456a0d378ff7f3a0b49a791de4e19efefa 100644 (file)
@@ -3367,9 +3367,8 @@ the message given by REASON."
   t)
 (put 'erc-cmd-SERVER 'process-not-needed t)
 
-(eval-when-compile
-  (defvar motif-version-string)
-  (defvar gtk-version-string))
+(defvar motif-version-string)
+(defvar gtk-version-string)
 
 (defun erc-cmd-SV ()
   "Say the current ERC and Emacs version into channel."