emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/erc-stamp.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-stamp.el,v
Date: Sat, 07 Jun 2008 02:34:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:34:54

Index: erc-stamp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-stamp.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- erc-stamp.el        6 May 2008 03:34:26 -0000       1.15
+++ erc-stamp.el        7 Jun 2008 02:34:54 -0000       1.16
@@ -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 <address@hidden>
 ;; Keywords: comm, processes, timestamp
@@ -263,8 +264,7 @@
   (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]