Mercurial > emacs
changeset 43526:72a6f9068758
2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
* ps-print.el (ps-print-printer): Added `lpr' customize group
member.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Mon, 25 Feb 2002 16:29:54 +0000 |
parents | dea16e570ba9 |
children | d51d403fd80a |
files | lisp/ChangeLog lisp/ps-print.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 25 16:07:54 2002 +0000 +++ b/lisp/ChangeLog Mon Feb 25 16:29:54 2002 +0000 @@ -1,3 +1,8 @@ +2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk> + + * ps-print.el (ps-print-printer): Added `lpr' customize group + member. + 2002-02-25 Juanma Barranquero <lektu@terra.es> * ielm.el (ielm-prompt): Allow customization; make it read-only.
--- a/lisp/ps-print.el Mon Feb 25 16:07:54 2002 +0000 +++ b/lisp/ps-print.el Mon Feb 25 16:29:54 2002 +0000 @@ -1584,7 +1584,7 @@ :tag "Background" :group 'ps-print) -(defgroup ps-print-printer nil +(defgroup ps-print-printer '((lpr custom-group)) "Printer customization" :prefix "ps-" :tag "Printer"