emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/rcirc.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/net/rcirc.el
Date: Fri, 21 Oct 2005 03:56:51 -0400

Index: emacs/lisp/net/rcirc.el
diff -c emacs/lisp/net/rcirc.el:1.4 emacs/lisp/net/rcirc.el:1.5
*** emacs/lisp/net/rcirc.el:1.4 Thu Oct 20 23:02:18 2005
--- emacs/lisp/net/rcirc.el     Fri Oct 21 07:56:46 2005
***************
*** 6,12 ****
  ;; URL: http://www.nongnu.org/rcirc
  ;; Keywords: comm
  
! ;; This file is not currently 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
--- 6,12 ----
  ;; URL: http://www.nongnu.org/rcirc
  ;; Keywords: comm
  
! ;; 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,27 ****
  ;; 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.
  
  ;;; Commentary:
  
--- 19,27 ----
  ;; 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., 51 Franklin Street, Fifth Floor,
! ;; Boston, MA 02110-1301, USA.
  
  ;;; Commentary:
  
***************
*** 167,173 ****
    "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.4 $"))
      (if here
        (insert version)
        (if (interactive-p)
--- 167,173 ----
    "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.5 $"))
      (if here
        (insert version)
        (if (interactive-p)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]