Mercurial > emacs
changeset 66272:79d2a5d86ee4
Now part of GNU Emacs. Update FSF's address.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 21 Oct 2005 07:56:50 +0000 |
parents | c0c200bc0fa1 |
children | 03fbd1b84b2f |
files | lisp/ChangeLog lisp/net/rcirc.el |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 21 06:32:05 2005 +0000 +++ b/lisp/ChangeLog Fri Oct 21 07:56:50 2005 +0000 @@ -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 $@
--- a/lisp/net/rcirc.el Fri Oct 21 06:32:05 2005 +0000 +++ b/lisp/net/rcirc.el Fri Oct 21 07:56:50 2005 +0000 @@ -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 @@ "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)