emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100429: * net/rcirc.el (rcirc-defaul


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100429: * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
Date: Mon, 24 May 2010 20:38:41 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100429
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2010-05-24 20:38:41 -0700
message:
  * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add 
:version.
modified:
  lisp/ChangeLog
  lisp/net/rcirc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-25 03:35:31 +0000
+++ b/lisp/ChangeLog    2010-05-25 03:38:41 +0000
@@ -1,3 +1,8 @@
+2010-05-25  Glenn Morris  <address@hidden>
+
+       * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
+       Add :version.
+
 2010-05-25  Ryan Yeske  <address@hidden>
 
        * net/rcirc.el (rcirc-server-alist): Add :pass.

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2010-05-25 03:35:31 +0000
+++ b/lisp/net/rcirc.el 2010-05-25 03:38:41 +0000
@@ -1,6 +1,7 @@
 ;;; rcirc.el --- default, simple IRC client.
 
-;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author: Ryan Yeske
 ;; URL: http://www.nongnu.org/rcirc
@@ -115,11 +116,13 @@
 
 (defcustom rcirc-default-user-name "user"
   "Your user name sent to the server when connecting."
+  :version "24.1"                       ; changed default
   :type 'string
   :group 'rcirc)
 
 (defcustom rcirc-default-full-name "unknown"
   "The full name sent to the server when connecting."
+  :version "24.1"                       ; changed default
   :type 'string
   :group 'rcirc)
 


reply via email to

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