New variable rcirc-user-authenticated to pacify compiler
authorLeo Liu <sdl.web@gmail.com>
Tue, 22 Mar 2011 11:51:48 +0000 (19:51 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 22 Mar 2011 11:51:48 +0000 (19:51 +0800)
lisp/ChangeLog
lisp/net/rcirc.el

index 9f9ffc7..aecd906 100644 (file)
@@ -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>
 
index 999a696..eb4ad01 100644 (file)
@@ -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)