diff lisp/net/rcirc.el @ 108768:56c66753dd38

* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
author Glenn Morris <rgm@gnu.org>
date Mon, 24 May 2010 20:38:41 -0700
parents 471d9557d537
children d01ede419552
line wrap: on
line diff
--- a/lisp/net/rcirc.el	Mon May 24 20:35:31 2010 -0700
+++ b/lisp/net/rcirc.el	Mon May 24 20:38:41 2010 -0700
@@ -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)