# HG changeset patch # User Glenn Morris # Date 1212806339 0 # Node ID 5358d3f9137d17461fa9132f9d09856a5c634ef0 # Parent b4f1005a6470f8c41961483ab051689465dfead6 Remove unnecessary eval-and-compile. diff -r b4f1005a6470 -r 5358d3f9137d lisp/net/tls.el --- a/lisp/net/tls.el Sat Jun 07 02:38:32 2008 +0000 +++ b/lisp/net/tls.el Sat Jun 07 02:38:59 2008 +0000 @@ -1,7 +1,7 @@ ;;; tls.el --- TLS/SSL support via wrapper around GnuTLS -;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008 Free Software Foundation, Inc. ;; Author: Simon Josefsson ;; Keywords: comm, tls, gnutls, ssl @@ -45,9 +45,8 @@ ;;; Code: -(eval-and-compile - (autoload 'format-spec "format-spec") - (autoload 'format-spec-make "format-spec")) +(autoload 'format-spec "format-spec") +(autoload 'format-spec-make "format-spec") (defgroup tls nil "Transport Layer Security (TLS) parameters."