# HG changeset patch # User Simon Marshall # Date 862926846 0 # Node ID 59c4c81259061a67df962afd92841ba9ad30528e # Parent fdb29fa454bfb48270225f9a4fee505f82497f1c Quote :group names. diff -r fdb29fa454bf -r 59c4c8125906 lisp/ps-print.el --- a/lisp/ps-print.el Tue May 06 03:53:10 1997 +0000 +++ b/lisp/ps-print.el Tue May 06 13:54:06 1997 +0000 @@ -1012,7 +1012,7 @@ 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 @@ 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