From: Romain Francoise Date: Fri, 21 Oct 2005 07:56:50 +0000 (+0000) Subject: Now part of GNU Emacs. Update FSF's address. X-Git-Tag: emacs-pretest-22.0.90~6440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b71cef5c989dfe33f71afec7f183821e797e33df;p=emacs.git Now part of GNU Emacs. Update FSF's address. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c777941fbba..fbd8b74ec3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-21 Romain Francoise + + * net/rcirc.el: Now part of GNU Emacs. Update FSF's address. + 2005-10-21 Stefan Monnier * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@ diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 28d6e9c89fa..7684494eb60 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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)