diff lisp/erc/erc.el @ 86851:321f32eb4bf5

* erc.el (open-ssl-stream, open-tls-stream, erc-network-name): Declare as functions. * textmodes/reftex-index.el (texmathp): * textmodes/reftex-auc.el (TeX-argument-insert) (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries) (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list) (LaTeX-label-list): * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays) (rng-clear-conditional-region, rng-do-some-validation): Declare as functions. (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 30 Nov 2007 08:12:58 +0000
parents 11b4896b439a
children c7c6532e140f
line wrap: on
line diff
--- a/lisp/erc/erc.el	Fri Nov 30 08:06:25 2007 +0000
+++ b/lisp/erc/erc.el	Fri Nov 30 08:12:58 2007 +0000
@@ -2165,6 +2165,8 @@
 
 (defalias 'erc-select-ssl 'erc-ssl)
 
+(declare-function open-ssl-stream "ext:ssl" (name buffer host service))
+
 (defun erc-open-ssl-stream (name buffer host port)
   "Open an SSL stream to an IRC server.
 The process will be given the name NAME, its target buffer will be
@@ -2189,6 +2191,8 @@
   (let ((erc-server-connect-function 'erc-open-tls-stream))
     (apply 'erc r)))
 
+(declare-function open-tls-stream "tls" (name buffer host port))
+
 (defun erc-open-tls-stream (name buffer host port)
   "Open an TLS stream to an IRC server.
 The process will be given the name NAME, its target buffer will be
@@ -2225,6 +2229,8 @@
 WARNING: Do not set this variable directly!  Instead, use the
 function `erc-toggle-debug-irc-protocol' to toggle its value.")
 
+(declare-function erc-network-name "erc-networks" ())
+
 (defun erc-log-irc-protocol (string &optional outbound)
   "Append STRING to the buffer *erc-protocol*.