]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (require-with-check): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Aug 2024 02:27:08 +0000 (05:27 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:05:08 +0000 (16:05 +0200)
(cherry picked from commit e9e7e3908ab5db1b8f097d47f763309cc3814e91)

lisp/files.el

index 1fca39f7b70be60e055e568cf3b0d50284fd5934..113da6b6be317a6dce5a9dd87acb1bbad8e47132 100644 (file)
@@ -1287,7 +1287,8 @@ NOERROR is equal to `reload'), or otherwise emit a warning."
          ((assoc fn load-history) nil)  ;We loaded the right file.
          ((eq noerror 'reload) (load fn nil 'nomessage))
          (t (funcall (if noerror #'warn #'error)
-                     "Feature `%S' is now provided by a different file %s" fn)))))
+                     "Feature `%S' is now provided by a different file %s"
+                     feature fn)))))
     res))
 
 (defun file-remote-p (file &optional identification connected)