From 6169260ba91654ead4d00333bd9a9034bf925dad Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 24 May 2010 20:38:41 -0700 Subject: [PATCH] * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version. --- lisp/ChangeLog | 5 +++++ lisp/net/rcirc.el | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce43abed572..884e3c51e8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-25 Glenn Morris + + * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): + Add :version. + 2010-05-25 Ryan Yeske * net/rcirc.el (rcirc-server-alist): Add :pass. diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 474b5be1b06..e30249f82c6 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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) -- 2.39.2