* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
This commit is contained in:
parent
d26781afb9
commit
6169260ba9
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue