]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix :type for nameless-affect-indentation-and-filling
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 14 Sep 2015 12:58:49 +0000 (13:58 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 14 Sep 2015 12:58:49 +0000 (13:58 +0100)
nameless.el

index e79b01e63aee01a6b4241dea14a983fac56fd338..c3d9965ce14df5fb2db8fd617fca1a59437ae456 100644 (file)
@@ -96,7 +96,7 @@ After changing this variable, you must reenable `nameless-mode'
 for it to take effect."
   :type '(choice (const :tag "Always affect indentation" t)
                  (const :tag "Don't affect indentation" nil)
-                 (const :tag "Only outside strings" 'outside-strings)))
+                 (const :tag "Only outside strings" outside-strings)))
 
 (defcustom nameless-private-prefix nil
   "If non-nil, private symbols are displayed with a double prefix.