diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-25 16:29:54 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-25 16:29:54 +0000 |
commit | 1426742bdfcf71c338cd742cd484483760d9504a (patch) | |
tree | 33c90e4410976519bd1a77d097321334788357f8 /lisp/ps-print.el | |
parent | 50ce1f6206f8fa2c17000e2ef0041fdc4c4846bd (diff) | |
download | emacs-1426742bdfcf71c338cd742cd484483760d9504a.tar.gz |
2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
* ps-print.el (ps-print-printer): Added `lpr' customize group
member.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index d4ec875978f..5873bc7be37 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1584,7 +1584,7 @@ Please send all bug fixes and enhancements to :tag "Background" :group 'ps-print) -(defgroup ps-print-printer nil +(defgroup ps-print-printer '((lpr custom-group)) "Printer customization" :prefix "ps-" :tag "Printer" |