aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tls.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/net/tls.el b/lisp/net/tls.el
index e1e01b002d2..3044cb4ab71 100644
--- a/lisp/net/tls.el
+++ b/lisp/net/tls.el
@@ -1,7 +1,7 @@
1;;; tls.el --- TLS/SSL support via wrapper around GnuTLS 1;;; tls.el --- TLS/SSL support via wrapper around GnuTLS
2 2
3;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 3;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006,
4;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4;; 2007, 2008 Free Software Foundation, Inc.
5 5
6;; Author: Simon Josefsson <simon@josefsson.org> 6;; Author: Simon Josefsson <simon@josefsson.org>
7;; Keywords: comm, tls, gnutls, ssl 7;; Keywords: comm, tls, gnutls, ssl
@@ -45,9 +45,8 @@
45 45
46;;; Code: 46;;; Code:
47 47
48(eval-and-compile 48(autoload 'format-spec "format-spec")
49 (autoload 'format-spec "format-spec") 49(autoload 'format-spec-make "format-spec")
50 (autoload 'format-spec-make "format-spec"))
51 50
52(defgroup tls nil 51(defgroup tls nil
53 "Transport Layer Security (TLS) parameters." 52 "Transport Layer Security (TLS) parameters."