Mercurial > emacs
changeset 17681:59c4c8125906
Quote :group names.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Tue, 06 May 1997 13:54:06 +0000 |
parents | fdb29fa454bf |
children | 70a83005a2ca |
files | lisp/ps-print.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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