X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c6b5fe1e945c664a0d696ae6eea9721235baf2f1..a985d2b09bb88f31b27b02c3131cb34c5879d767:/lisp/mh-e/mh-print.el diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index f57ccf56d8..5aa7297795 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el @@ -1,6 +1,6 @@ ;;; mh-print.el --- MH-E printing support -;; Copyright (C) 2003-2013 Free Software Foundation, Inc. +;; Copyright (C) 2003-2016 Free Software Foundation, Inc. ;; Author: Jeffrey C Honig ;; Maintainer: Bill Wohler @@ -139,11 +139,11 @@ commands \\[mh-ps-print-toggle-color] and (interactive (list (mh-interactive-range "Print") (mh-ps-print-preprint 1))) (mh-ps-print-range range file)) -(defun mh-ps-print-preprint (prefix-arg) +(defun mh-ps-print-preprint (arg) "Provide a better default file name for `ps-print-preprint'. -Pass along the PREFIX-ARG to it." +Pass along the prefix ARG to it." (let ((buffer-file-name (format "mh-%s" (substring (buffer-name) 1)))) - (ps-print-preprint prefix-arg))) + (ps-print-preprint arg))) ;;;###mh-autoload (defun mh-ps-print-toggle-faces ()