]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 May 2010 03:38:41 +0000 (20:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 May 2010 03:38:41 +0000 (20:38 -0700)
lisp/ChangeLog
lisp/net/rcirc.el

index ce43abed572eab8709ba02a1fe68ce2b483a47ee..884e3c51e8c5b45f69209fce71d02c77c1b8682f 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-25  Glenn Morris  <rgm@gnu.org>
+
+       * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
+       Add :version.
+
 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
 
        * net/rcirc.el (rcirc-server-alist): Add :pass.
index 474b5be1b06ef34b986fd25bd433daed5fc5da8b..e30249f82c6f46165e362c4cac1eb7df9669e14f 100644 (file)
@@ -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 @@ connected to automatically."
 
 (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)