diff options
| -rw-r--r-- | lisp/printing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 3bd5a67298d..d9cc2a3614a 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -5673,7 +5673,7 @@ If menu binding was not done, calls `pr-menu-bind'." | |||
| 5673 | (or (listp switches) | 5673 | (or (listp switches) |
| 5674 | (error "%S should have a list of strings" mess)) | 5674 | (error "%S should have a list of strings" mess)) |
| 5675 | (lpr-flatten-list ; dynamic evaluation | 5675 | (lpr-flatten-list ; dynamic evaluation |
| 5676 | (mapcar 'ps-eval-switch switches))) | 5676 | (mapcar #'lpr-eval-switch switches))) |
| 5677 | 5677 | ||
| 5678 | 5678 | ||
| 5679 | (defun pr-ps-preview (kind n-up filename mess) | 5679 | (defun pr-ps-preview (kind n-up filename mess) |