From 84ea61a838a4be33206c5b2e542d52355d79e187 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 Feb 2018 13:51:01 -0500 Subject: Remove compiler warnings due to #' * lisp/gnus/mm-decode.el (mm-convert-shr-links): * lisp/ps-print.el (ps-print-region-function): Remove compiler warnings due to #'. --- lisp/ps-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ps-print.el') diff --git a/lisp/ps-print.el b/lisp/ps-print.el index baf290f4be6..59b37dd0acf 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1773,7 +1773,7 @@ See `ps-lpr-command'." (defcustom ps-print-region-function (if (memq system-type '(ms-dos windows-nt)) - #'w32-direct-ps-print-region-function + 'w32-direct-ps-print-region-function #'call-process-region) "Specify a function to print the region on a PostScript printer. See definition of `call-process-region' for calling conventions. The fourth -- cgit v1.2.3-70-g09d2