diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/printing.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69674776b09..97cf47f27e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2013-07-24 Glenn Morris <rgm@gnu.org> | 1 | 2013-07-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * printing.el: Replace all uses of deleted ps-windows-system, | 3 | * printing.el: Replace all uses of deleted ps-windows-system, |
| 4 | ps-lp-system with lpr- versions. | 4 | ps-lp-system, ps-flatten-list with lpr- versions. |
| 5 | 5 | ||
| 6 | 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 7 | ||
diff --git a/lisp/printing.el b/lisp/printing.el index cc1f5cdf494..2c807b078f5 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -5667,7 +5667,7 @@ If menu binding was not done, calls `pr-menu-bind'." | |||
| 5667 | (defun pr-switches (switches mess) | 5667 | (defun pr-switches (switches mess) |
| 5668 | (or (listp switches) | 5668 | (or (listp switches) |
| 5669 | (error "%S should have a list of strings" mess)) | 5669 | (error "%S should have a list of strings" mess)) |
| 5670 | (ps-flatten-list ; dynamic evaluation | 5670 | (lpr-flatten-list ; dynamic evaluation |
| 5671 | (mapcar 'ps-eval-switch switches))) | 5671 | (mapcar 'ps-eval-switch switches))) |
| 5672 | 5672 | ||
| 5673 | 5673 | ||