comparison lisp/erc/erc.el @ 95614:b52fd6b0e051

Remove unnecessary eval-when-compiles.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:34:54 +0000
parents 2a734255bcc7
children 116dc7c6e345
comparison
equal deleted inserted replaced
95613:7e79847f2451 95614:b52fd6b0e051
3365 (error 3365 (error
3366 (erc-error "Cannot find host %s." server))) 3366 (erc-error "Cannot find host %s." server)))
3367 t) 3367 t)
3368 (put 'erc-cmd-SERVER 'process-not-needed t) 3368 (put 'erc-cmd-SERVER 'process-not-needed t)
3369 3369
3370 (eval-when-compile 3370 (defvar motif-version-string)
3371 (defvar motif-version-string) 3371 (defvar gtk-version-string)
3372 (defvar gtk-version-string))
3373 3372
3374 (defun erc-cmd-SV () 3373 (defun erc-cmd-SV ()
3375 "Say the current ERC and Emacs version into channel." 3374 "Say the current ERC and Emacs version into channel."
3376 (erc-send-message (format "I'm using ERC %s with %s %s (%s%s) of %s." 3375 (erc-send-message (format "I'm using ERC %s with %s %s (%s%s) of %s."
3377 erc-version-string 3376 erc-version-string