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
027b979c
Commit
027b979c
authored
Aug 01, 2011
by
Deniz Dogan
Browse files
* lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
parent
efd33e42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+2
-1
No files found.
lisp/ChangeLog
View file @
027b979c
2011-08-01 Deniz Dogan <deniz@dogan.se>
* net/rcirc.el (rcirc-handler-333): Clarify docstring.
2011-07-30 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.2.2.
...
...
lisp/net/rcirc.el
View file @
027b979c
...
...
@@ -2695,7 +2695,8 @@ the only argument."
(
setq
rcirc-topic
(
caddr
args
)))))
(
defun
rcirc-handler-333
(
process
sender
args
text
)
"Not in rfc1459.txt"
"333 says who set the topic and when.
Not in rfc1459.txt"
(
let
((
buffer
(
or
(
rcirc-get-buffer
process
(
cadr
args
))
(
rcirc-get-temp-buffer-create
process
(
cadr
args
)))))
(
with-current-buffer
buffer
...
...
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