From: Glenn Morris Date: Tue, 25 May 2010 03:38:41 +0000 (-0700) Subject: * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6169260ba91654ead4d00333bd9a9034bf925dad;p=emacs.git * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version. --- 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)