emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f268cdc185: Fix typo in error message in native-compile-prune-cac


From: Lars Ingebrigtsen
Subject: master f268cdc185: Fix typo in error message in native-compile-prune-cache
Date: Fri, 22 Jul 2022 18:01:15 -0400 (EDT)

branch: master
commit f268cdc185b5e98456434da0cfda963b614227fd
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in error message in native-compile-prune-cache
    
    * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Fix typo
    (bug#56713).
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 04df4885de..5ee10fcbca 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -4294,7 +4294,7 @@ of (commands) to run simultaneously."
   "Remove .eln files that aren't applicable to the current Emacs invocation."
   (interactive)
   (unless (featurep 'native-compile)
-    (user-error "This Emacs isn't build with native-compile support"))
+    (user-error "This Emacs isn't built with native-compile support"))
   (dolist (dir native-comp-eln-load-path)
     ;; If a directory is non absolute it is assumed to be relative to
     ;; `invocation-directory'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]