]> git.eshelyaron.com Git - emacs.git/commitdiff
Now part of GNU Emacs. Update FSF's address.
authorRomain Francoise <romain@orebokech.com>
Fri, 21 Oct 2005 07:56:50 +0000 (07:56 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 21 Oct 2005 07:56:50 +0000 (07:56 +0000)
lisp/ChangeLog
lisp/net/rcirc.el

index c777941fbba8f2125f65950e77fbbd3d8b0c025b..fbd8b74ec3c7002b3fa54aaf8b6a885990e99a6c 100644 (file)
@@ -1,3 +1,7 @@
+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 $@
index 28d6e9c89facb0e7559271bd8431f4d33ecb786a..7684494eb6089a76478ad65f446905ed46c70615 100644 (file)
@@ -6,7 +6,7 @@
 ;; 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
@@ -19,9 +19,9 @@
 ;; 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:
 
@@ -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.3 $"))
+  (let ((version "rcirc.el 0.9 $Revision: 1.4 $"))
     (if here
        (insert version)
       (if (interactive-p)