diff options
Diffstat (limited to 'lisp/erc/erc-stamp.el')
-rw-r--r-- | lisp/erc/erc-stamp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index e7b53c53c84..1e10a668efb 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el @@ -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. |