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: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-stamp.el,v
Date: Thu, 01 Nov 2007 01:13:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/11/01 01:12:59

Index: erc-stamp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-stamp.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- erc-stamp.el        8 Sep 2007 03:07:09 -0000       1.11
+++ erc-stamp.el        1 Nov 2007 01:12:58 -0000       1.12
@@ -264,6 +264,10 @@
                       (list 'space ':align-to pos)))
   (insert string))
 
+;; Silence byte-compiler
+(eval-when-compile
+  (defvar erc-fill-column))
+
 (defun erc-insert-timestamp-right (string)
   "Insert timestamp on the right side of the screen.
 STRING is the timestamp to insert.  The function is a possible value




reply via email to

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