+2005-10-21 Romain Francoise <romain@orebokech.com>
+
+ * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
+
2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
;; URL: http://www.nongnu.org/rcirc
;; Keywords: comm
-;; This file is not currently part of GNU Emacs.
+;; This file is part of GNU Emacs.
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
"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.3 $"))
+ (let ((version "rcirc.el 0.9 $Revision: 1.4 $"))
(if here
(insert version)
(if (interactive-p)