From: Simon Marshall Date: Tue, 6 May 1997 13:54:06 +0000 (+0000) Subject: Quote :group names. X-Git-Tag: emacs-20.1~2264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6c6e755bc68c6517b21e898744abdeef2d4cb80;p=emacs.git Quote :group names. --- 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