branch: master commit 005cb1f58542fbd9fe162bd89a4ff040a9570d9a Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Fix :type for nameless-affect-indentation-and-filling --- nameless.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nameless.el b/nameless.el index e79b01e..c3d9965 100644 --- a/nameless.el +++ b/nameless.el @@ -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.