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
5cb9f674
Commit
5cb9f674
authored
Feb 07, 2010
by
Chong Yidong
Browse files
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
parent
a4cc44cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/erc/ChangeLog
lisp/erc/ChangeLog
+4
-0
lisp/erc/erc-services.el
lisp/erc/erc-services.el
+5
-1
No files found.
lisp/erc/ChangeLog
View file @
5cb9f674
2010-02-07 Vivek Dasmohapatra <vivek@etla.org>
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
2010-01-25 Vivek Dasmohapatra <vivek@etla.org>
* erc-backend.el (erc-session-connector): New var.
...
...
lisp/erc/erc-services.el
View file @
5cb9f674
...
...
@@ -303,7 +303,11 @@ The last two elements are optional."
(
boolean
:tag
"Use current nick in identify message?"
)
(
choice
:tag
"Command to use (optional)"
(
string
:tag
"Command"
)
(
const
:tag
"No special command necessary"
nil
)))))
(
const
:tag
"No special command necessary"
nil
))
(
choice
:tag
"Detect Success"
(
regexp
:tag
"Pattern to match"
)
(
const
:tag
"Do not try to detect success"
nil
)))))
(
defsubst
erc-nickserv-alist-sender
(
network
&optional
entry
)
(
nth
1
(
or
entry
(
assoc
network
erc-nickserv-alist
))))
...
...
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