diff options
| -rw-r--r-- | lisp/jka-compr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 `/'." | |||
| 598 | 598 | ||
| 599 | 599 | ||
| 600 | ;; Support for loading compressed files. | 600 | ;; Support for loading compressed files. |
| 601 | (defun jka-compr-load (file &optional noerror nomessage _nosuffix) | 601 | (defun jka-compr-load (file &optional noerror nomessage _nosuffix _must-suffix) |
| 602 | "Documented as original." | 602 | "Documented as original." |
| 603 | 603 | ||
| 604 | (let* ((local-copy (jka-compr-file-local-copy file)) | 604 | (let* ((local-copy (jka-compr-file-local-copy file)) |