diff lisp/net/tls.el @ 85994:55afdd9000d3

Revert merge that re-required rx.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Nov 2007 18:22:03 +0000
parents 54f4d44dfa0b
children 781256628613 880960b70474
line wrap: on
line diff
--- a/lisp/net/tls.el	Fri Nov 09 17:13:01 2007 +0000
+++ b/lisp/net/tls.el	Fri Nov 09 18:22:03 2007 +0000
@@ -51,9 +51,6 @@
   (autoload 'format-spec "format-spec")
   (autoload 'format-spec-make "format-spec"))
 
-(eval-when-compile
-  (require 'rx))
-
 (defgroup tls nil
   "Transport Layer Security (TLS) parameters."
   :group 'comm)