1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/jka-compr.el (jka-compr-load): Add MUST-SUFFIX argument.

This commit is contained in:
Michael Albinus 2022-11-05 17:39:17 +01:00
parent 26460328bc
commit 22e8c679ee

View file

@ -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))