diff options
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 @@ | |||
| 1 | ;; erc-replace.el -- wash and massage messages inserted into the buffer | 1 | ;; erc-replace.el -- wash and massage messages inserted into the buffer |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2004, 2006, 2007, |
| 4 | ;; 2008 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 6 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: Mario Lang (mlang@delysid.org) | 7 | ;; Maintainer: Mario Lang (mlang@delysid.org) |
| @@ -88,5 +89,11 @@ It replaces text according to `erc-replace-alist'." | |||
| 88 | 89 | ||
| 89 | (provide 'erc-replace) | 90 | (provide 'erc-replace) |
| 90 | 91 | ||
| 91 | ;; arch-tag: dd904a59-d8a6-47f8-ac3a-76b698289a18 | ||
| 92 | ;;; erc-replace.el ends here | 92 | ;;; erc-replace.el ends here |
| 93 | ;; | ||
| 94 | ;; Local Variables: | ||
| 95 | ;; indent-tabs-mode: t | ||
| 96 | ;; tab-width: 8 | ||
| 97 | ;; End: | ||
| 98 | |||
| 99 | ;; arch-tag: dd904a59-d8a6-47f8-ac3a-76b698289a18 | ||