From 04f0159e097bca85175cd0a797eb069d14f85285 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 5 Jul 2022 12:15:29 +0900 Subject: Remove needless quote from the choice value --- perspective.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perspective.el b/perspective.el index c667037..89a7b34 100644 --- a/perspective.el +++ b/perspective.el @@ -54,7 +54,7 @@ header line instead." :group 'perspective-mode :type '(choice (const :tag "Off" nil) (const :tag "Modeline" t) - (const :tag "Header" 'header))) + (const :tag "Header" header))) (defcustom persp-modestring-dividers '("[" "]" "|") "Plist of strings used to create the string shown in the modeline. -- cgit v1.0