Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6169260b
Commit
6169260b
authored
May 24, 2010
by
Glenn Morris
Browse files
* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.
parent
d26781af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+4
-1
No files found.
lisp/ChangeLog
View file @
6169260b
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.
...
...
lisp/net/rcirc.el
View file @
6169260b
;;; 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment