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
9882e214
Commit
9882e214
authored
Mar 22, 2011
by
Leo Liu
Browse files
New variable rcirc-user-authenticated to pacify compiler
parent
0b4e93f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-0
No files found.
lisp/ChangeLog
View file @
9882e214
...
...
@@ -4,6 +4,7 @@
located before rcirc-prompt-end-marker.
(rcirc-complete): Error if point is not after rcirc prompt.
Handle the case when table is nil.
(rcirc-user-authenticated): Define to fix compiler warning.
2011-03-22 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/net/rcirc.el
View file @
9882e214
...
...
@@ -491,6 +491,7 @@ If ARG is non-nil, instead prompt for connection parameters."
(
defvar
rcirc-server
nil
)
; server provided by server
(
defvar
rcirc-server-name
nil
)
; server name given by 001 response
(
defvar
rcirc-timeout-timer
nil
)
(
defvar
rcirc-user-authenticated
nil
)
(
defvar
rcirc-user-disconnect
nil
)
(
defvar
rcirc-connecting
nil
)
(
defvar
rcirc-process
nil
)
...
...
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