Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11945
Modified Files:
jabber-conn.el
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-525
Creator: Magnus Henoch <ma...@fr...>
Remove obsolete comment
Index: jabber-conn.el
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-conn.el,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -d -r2.13 -r2.14
--- jabber-conn.el 30 May 2008 20:43:29 -0000 2.13
+++ jabber-conn.el 17 Jun 2008 14:45:36 -0000 2.14
@@ -35,10 +35,6 @@
(require 'srv)
-;; TODO: Add custom flag, to not complain about plain-text passwords
-;; in encrypted connections
-;;
-
;; This variable holds the connection, which is used for further
;; input/output to the server
(defvar *jabber-connection* nil
|