aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcv <gepardcv@gmail.com>2022-07-05 21:28:34 -0700
committerGitHub <noreply@github.com>2022-07-05 21:28:34 -0700
commit6e8f2889d5240855f5af6a860754be3a3e2a8338 (patch)
treedc9a62009b0dcd4e1b3b54cc6dd9bf9f7f4f956e
parentb6a13bf5ffc454df32f65eddf057b166a5b42048 (diff)
parent04f0159e097bca85175cd0a797eb069d14f85285 (diff)
Merge pull request #187 from syohex/quote
Remove needless quote from the choice value
-rw-r--r--perspective.el2
1 files changed, 1 insertions, 1 deletions
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.