Add arch tagline
authorMiles Bader <miles@gnu.org>
Thu, 20 Oct 2005 23:02:18 +0000 (23:02 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 20 Oct 2005 23:02:18 +0000 (23:02 +0000)
lisp/net/rcirc.el

index dded895..28d6e9c 100644 (file)
@@ -167,7 +167,7 @@ use `rcirc-update-prompt' after changing this variable.")
   "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 @@ Passwords are read from `rcirc-authinfo-file-name' (which see)."
 \f
 
 (provide 'rcirc)
+
+;; arch-tag: b471b7e8-6b5a-4399-b2c6-a3c78dfc8ffb
 ;;; rcirc.el ends here