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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/rcirc.el
Date: Thu, 20 Oct 2005 12:53:55 -0400

Index: emacs/lisp/net/rcirc.el
diff -c emacs/lisp/net/rcirc.el:1.1 emacs/lisp/net/rcirc.el:1.2
*** emacs/lisp/net/rcirc.el:1.1 Thu Oct 20 16:51:41 2005
--- emacs/lisp/net/rcirc.el     Thu Oct 20 16:53:55 2005
***************
*** 3,9 ****
  ;; Copyright (C) 2005 Free Software Foundation, Inc.
  
  ;; Author: Ryan Yeske
- ;; X-RCS: $Id: rcirc.el,v 1.1 2005/10/20 16:51:41 rms Exp $
  ;; URL: http://www.nongnu.org/rcirc
  ;; Keywords: comm
  
--- 3,8 ----
***************
*** 33,41 ****
  ;; discussion forums called channels, but also allows one-to-one
  ;; communication.
  
- ;; Place this file in your `load-path' and add
- ;; (autoload 'rcirc "rcirc.el" "Connect to IRC." t)
- ;; to your .emacs
  ;; Open a new irc connection with:
  ;; M-x irc RET
  
--- 32,37 ----
***************
*** 171,177 ****
    "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.1 $"))
      (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.2 $"))
      (if here
        (insert version)
        (if (interactive-p)




reply via email to

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