]> code.delx.au - gnu-emacs/blobdiff - lisp/printing.el
Remove some face aliases obsoleted in 22.1
[gnu-emacs] / lisp / printing.el
index 3bd5a67298d08ef2c1549fc9200012e0c7b0495c..d9cc2a3614a8cda2660273be1d54ff3d0524526d 100644 (file)
@@ -5673,7 +5673,7 @@ If menu binding was not done, calls `pr-menu-bind'."
   (or (listp switches)
       (error "%S should have a list of strings" mess))
   (lpr-flatten-list                    ; dynamic evaluation
-   (mapcar 'ps-eval-switch switches)))
+   (mapcar #'lpr-eval-switch switches)))
 
 
 (defun pr-ps-preview (kind n-up filename mess)