diff options
author | Michael Olson <mwolson@gnu.org> | 2008-01-25 03:28:10 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-01-25 03:28:10 +0000 |
commit | 5e56b3fb5aac96b5a65800da0495cef072388edf (patch) | |
tree | dd05be8f7403e54ab1cd3a252ba7b3c5d868b59f /lisp/erc/erc-replace.el | |
parent | 409dd1209d15594d85ba083f4954bcc541594c9f (diff) | |
download | emacs-5e56b3fb5aac96b5a65800da0495cef072388edf.tar.gz emacs-5e56b3fb5aac96b5a65800da0495cef072388edf.tar.bz2 emacs-5e56b3fb5aac96b5a65800da0495cef072388edf.zip |
ERC: Sync version 5.3, release candidate 1.
Diffstat (limited to 'lisp/erc/erc-replace.el')
-rw-r--r-- | lisp/erc/erc-replace.el | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index d6713c6a442..45ce20e7fa7 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el @@ -1,6 +1,7 @@ ;; erc-replace.el -- wash and massage messages inserted into the buffer -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: Andreas Fuchs <asf@void.at> ;; Maintainer: Mario Lang (mlang@delysid.org) @@ -88,5 +89,11 @@ It replaces text according to `erc-replace-alist'." (provide 'erc-replace) -;; arch-tag: dd904a59-d8a6-47f8-ac3a-76b698289a18 ;;; erc-replace.el ends here +;; +;; Local Variables: +;; indent-tabs-mode: t +;; tab-width: 8 +;; End: + +;; arch-tag: dd904a59-d8a6-47f8-ac3a-76b698289a18 |