diff options
| author | Ted Zlatanov | 2012-02-12 16:40:25 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2012-02-12 16:40:25 -0500 |
| commit | fa9958a67ebe5b7d5783288d464f8b10c28dce4f (patch) | |
| tree | 60cdcc6a9d1284b85d144588131b9f1777d650a2 | |
| parent | 0bc5886acef4632e2ffeefda032e6651170b14d3 (diff) | |
| download | emacs-fa9958a67ebe5b7d5783288d464f8b10c28dce4f.tar.gz emacs-fa9958a67ebe5b7d5783288d464f8b10c28dce4f.zip | |
(gnutls-algorithm-priority): Add missing :group tag.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/gnutls.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cee6b4d5c2..a078c43cd6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * net/gnutls.el (gnutls-algorithm-priority): Add missing :group | ||
| 4 | tag. | ||
| 5 | |||
| 1 | 2012-02-12 Alan Mackenzie <acm@muc.de> | 6 | 2012-02-12 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | Fix infinite loop with long macros. | 8 | Fix infinite loop with long macros. |
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index f53afa90993..5f1cb65782e 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el | |||
| @@ -47,6 +47,7 @@ | |||
| 47 | "If non-nil, this should be a TLS priority string. | 47 | "If non-nil, this should be a TLS priority string. |
| 48 | For instance, if you want to skip the \"dhe-rsa\" algorithm, | 48 | For instance, if you want to skip the \"dhe-rsa\" algorithm, |
| 49 | set this variable to \"normal:-dhe-rsa\"." | 49 | set this variable to \"normal:-dhe-rsa\"." |
| 50 | :group 'gnutls | ||
| 50 | :type '(choice (const nil) | 51 | :type '(choice (const nil) |
| 51 | string)) | 52 | string)) |
| 52 | 53 | ||