From: Michael Albinus Date: Sat, 5 Nov 2022 16:39:17 +0000 (+0100) Subject: * lisp/jka-compr.el (jka-compr-load): Add MUST-SUFFIX argument. X-Git-Tag: emacs-29.0.90~1616^2~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22e8c679ee6e09a864725e42ffd4df014fbdca31;p=emacs.git * lisp/jka-compr.el (jka-compr-load): Add MUST-SUFFIX argument. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 8db78ebcda0..420d83ab1f1 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -598,7 +598,7 @@ There should be no more than seven characters after the final `/'." ;; Support for loading compressed files. -(defun jka-compr-load (file &optional noerror nomessage _nosuffix) +(defun jka-compr-load (file &optional noerror nomessage _nosuffix _must-suffix) "Documented as original." (let* ((local-copy (jka-compr-file-local-copy file))