From: Glenn Morris Date: Wed, 24 Jul 2013 07:16:25 +0000 (-0700) Subject: * printing.el: Replace all uses of deleted ps-flatten-list with lpr- version. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1710^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff65ca0d81d219b326fa2a95cf77875c0e4b5eb6;p=emacs.git * printing.el: Replace all uses of deleted ps-flatten-list with lpr- version. --- 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)))