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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/rcirc.el
Date: Thu, 20 Oct 2005 19:02:18 -0400

Index: emacs/lisp/net/rcirc.el
diff -c emacs/lisp/net/rcirc.el:1.3 emacs/lisp/net/rcirc.el:1.4
*** emacs/lisp/net/rcirc.el:1.3 Thu Oct 20 18:28:18 2005
--- emacs/lisp/net/rcirc.el     Thu Oct 20 23:02:18 2005
***************
*** 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.3 $"))
      (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.4 $"))
      (if here
        (insert version)
        (if (interactive-p)
***************
*** 1715,1718 ****
--- 1715,1720 ----
  
  
  (provide 'rcirc)
+ 
+ ;; arch-tag: b471b7e8-6b5a-4399-b2c6-a3c78dfc8ffb
  ;;; rcirc.el ends here




reply via email to

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