From: Eli Zaretskii Date: Thu, 11 Aug 2022 13:34:39 +0000 (+0300) Subject: ; * lisp/printing.el (pr-version): Avoid byte-compiler warning. X-Git-Tag: emacs-29.0.90~1447^2~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5c3b602b93cb4ae3045117d41b9a084951f726a;p=emacs.git ; * lisp/printing.el (pr-version): Avoid byte-compiler warning. --- diff --git a/lisp/printing.el b/lisp/printing.el index 4006c9c8f02..3e3baa301af 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -6206,7 +6206,7 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order." "printing.el, v 6.9.3 <2007/12/09 vinicius> Please send all bug fixes and enhancements to - bug-gnu-emacs@gnu.org and Vinicius Jose Latorre ") + bug-gnu-emacs@gnu.org and Vinicius Jose Latorre ") (make-obsolete-variable 'pr-version 'emacs-version "29.1") (provide 'printing)