From ff65ca0d81d219b326fa2a95cf77875c0e4b5eb6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Jul 2013 00:16:25 -0700 Subject: [PATCH] * printing.el: Replace all uses of deleted ps-flatten-list with lpr- version. --- lisp/ChangeLog | 2 +- 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 @@ 2013-07-24 Glenn Morris * printing.el: Replace all uses of deleted ps-windows-system, - ps-lp-system with lpr- versions. + ps-lp-system, ps-flatten-list with lpr- versions. 2013-07-24 Stefan Monnier 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'." (defun pr-switches (switches mess) (or (listp switches) (error "%S should have a list of strings" mess)) - (ps-flatten-list ; dynamic evaluation + (lpr-flatten-list ; dynamic evaluation (mapcar 'ps-eval-switch switches))) -- 2.39.2