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:
parent
26460328bc
commit
22e8c679ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue