emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] nsm 01/01: * net/nsm.el (nsm-security-level): Fix defcusto


From: Teodor Zlatanov
Subject: [Emacs-diffs] nsm 01/01: * net/nsm.el (nsm-security-level): Fix defcustom.
Date: Wed, 19 Nov 2014 15:32:50 +0000

branch: nsm
commit 7816554385ee313ee33d286143360788081ee163
Author: Ted Zlatanov <address@hidden>
Date:   Wed Nov 19 10:33:11 2014 -0500

    * net/nsm.el (nsm-security-level): Fix defcustom.
---
 lisp/ChangeLog  |    4 ++++
 lisp/net/nsm.el |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index efec523..2cefc6f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-19  Teodor Zlatanov  <address@hidden>
+
+       * net/nsm.el (nsm-security-level): Fix defcustom.
+
 2014-11-19  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/nsm.el (nsm-fingerprint): New function.
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 2ef3a6e..a6c6df5 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -38,10 +38,10 @@
   "How secure the network should be."
   :version "25.1"
   :group 'nsm
-  :type '(choice (const :tag "Low" 'low)
-                (const :tag "Medium" 'medium)
-                (const :tag "High" 'high)
-                (const :tag "Paranoid" 'paranoid)))
+  :type '(choice (const :tag "Low" low)
+                (const :tag "Medium" medium)
+                (const :tag "High" high)
+                (const :tag "Paranoid" paranoid)))
 
 (defcustom nsm-settings-file (expand-file-name "network-security.data"
                                                 user-emacs-directory)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]