aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
diff options
context:
space:
mode:
Diffstat (limited to 'perspective.el')
-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.