diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ps-print.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f07e3814d07..8ffbb241804 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 2 | |||
| 3 | * ps-print.el (ps-print-printer): Added `lpr' customize group | ||
| 4 | member. | ||
| 5 | |||
| 1 | 2002-02-25 Juanma Barranquero <lektu@terra.es> | 6 | 2002-02-25 Juanma Barranquero <lektu@terra.es> |
| 2 | 7 | ||
| 3 | * ielm.el (ielm-prompt): Allow customization; make it read-only. | 8 | * ielm.el (ielm-prompt): Allow customization; make it read-only. |
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 | |||
| 1584 | :tag "Background" | 1584 | :tag "Background" |
| 1585 | :group 'ps-print) | 1585 | :group 'ps-print) |
| 1586 | 1586 | ||
| 1587 | (defgroup ps-print-printer nil | 1587 | (defgroup ps-print-printer '((lpr custom-group)) |
| 1588 | "Printer customization" | 1588 | "Printer customization" |
| 1589 | :prefix "ps-" | 1589 | :prefix "ps-" |
| 1590 | :tag "Printer" | 1590 | :tag "Printer" |