summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1997-05-06 13:54:06 +0000
committerSimon Marshall <simon@gnu.org>1997-05-06 13:54:06 +0000
commit2c0a77e3053103d26847d0feede093b8376d8350 (patch)
tree52106ef09276c778089dd921848e3f970e2a1e20
parentc2ef5fb966ce0bbc2f397072eaa899ed8cdfc9c1 (diff)
downloademacs-2c0a77e3053103d26847d0feede093b8376d8350.tar.gz
Quote :group names.
-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 75c858fc5cd..7bd12649978 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