changeset 66258:4e4cce911e2e

Add arch tagline
author Miles Bader <miles@gnu.org>
date Thu, 20 Oct 2005 23:02:18 +0000
parents 1cc677a1a0c2
children d0daa61f9e6f
files lisp/net/rcirc.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/rcirc.el	Thu Oct 20 22:42:09 2005 +0000
+++ b/lisp/net/rcirc.el	Thu Oct 20 23:02:18 2005 +0000
@@ -167,7 +167,7 @@
   "Return rcirc version string.
 If optional argument HERE is non-nil, insert string at point."
   (interactive "P")
-  (let ((version "rcirc.el 0.9 $Revision: 1.2 $"))
+  (let ((version "rcirc.el 0.9 $Revision: 1.3 $"))
     (if here
 	(insert version)
       (if (interactive-p)
@@ -1715,4 +1715,6 @@
 
 
 (provide 'rcirc)
+
+;; arch-tag: b471b7e8-6b5a-4399-b2c6-a3c78dfc8ffb
 ;;; rcirc.el ends here