]> git.eshelyaron.com Git - emacs.git/commitdiff
Quote :group names.
authorSimon Marshall <simon@gnu.org>
Tue, 6 May 1997 13:54:06 +0000 (13:54 +0000)
committerSimon Marshall <simon@gnu.org>
Tue, 6 May 1997 13:54:06 +0000 (13:54 +0000)
lisp/ps-print.el

index 75c858fc5cd1d1b37faee7dd383fb9ce24cc2e55..7bd126499784d804f7a30398afd2a936934a6386 100644 (file)
@@ -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