aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1997-05-06 13:54:06 +0000
committerSimon Marshall <[email protected]>1997-05-06 13:54:06 +0000
commita6c6e755bc68c6517b21e898744abdeef2d4cb80 (patch)
treea94f522583742623081ee743ce84919911a95758 /lisp/ps-print.el
parent1fa68f218e08d2e1e8ccd54d0061d3012461e46e (diff)
Quote :group names.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r--lisp/ps-print.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 75c858fc5c..7bd1264997 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1012,7 +1012,7 @@ values, the value should be a string to be inserted into the array.
In either case, function or variable, the string value has PostScript
string delimiters added to it."
:type '(repeat (choice string symbol))
- :group ps-print-header)
+ :group 'ps-print-header)
(make-variable-buffer-local 'ps-left-header)
(defcustom ps-right-header
@@ -1023,7 +1023,7 @@ This applies to generating Postscript.
See the variable `ps-left-header' for a description of the format of
this variable."
:type '(repeat (choice string symbol))
- :group ps-print-header)
+ :group 'ps-print-header)
(make-variable-buffer-local 'ps-right-header)
(defcustom ps-razzle-dazzle t