mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Remove unnecessary eval-and-compile.
This commit is contained in:
parent
26b3dce61c
commit
3c5fa30ac9
1 changed files with 4 additions and 5 deletions
|
|
@ -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 <simon@josefsson.org>
|
||||
;; 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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue