[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107262: (gnutls-algorithm-priority):
From: |
Ted Zlatanov |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107262: (gnutls-algorithm-priority): Add missing :group tag. |
Date: |
Sun, 12 Feb 2012 16:40:25 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107262
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Sun 2012-02-12 16:40:25 -0500
message:
(gnutls-algorithm-priority): Add missing :group tag.
modified:
lisp/ChangeLog
lisp/net/gnutls.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-02-12 11:06:42 +0000
+++ b/lisp/ChangeLog 2012-02-12 21:40:25 +0000
@@ -1,3 +1,8 @@
+2012-02-12 Teodor Zlatanov <address@hidden>
+
+ * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
+ tag.
+
2012-02-12 Alan Mackenzie <address@hidden>
Fix infinite loop with long macros.
=== modified file 'lisp/net/gnutls.el'
--- a/lisp/net/gnutls.el 2012-02-11 22:13:29 +0000
+++ b/lisp/net/gnutls.el 2012-02-12 21:40:25 +0000
@@ -47,6 +47,7 @@
"If non-nil, this should be a TLS priority string.
For instance, if you want to skip the \"dhe-rsa\" algorithm,
set this variable to \"normal:-dhe-rsa\"."
+ :group 'gnutls
:type '(choice (const nil)
string))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107262: (gnutls-algorithm-priority): Add missing :group tag.,
Ted Zlatanov <=