emacs-diffs
[Top][All Lists]
Advanced

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

master eff4a4f49a 3/3: Improve native-compile-prune-cache messages


From: Stefan Kangas
Subject: master eff4a4f49a 3/3: Improve native-compile-prune-cache messages
Date: Mon, 17 Oct 2022 09:49:26 -0400 (EDT)

branch: master
commit eff4a4f49a7c45df9d27f0515c07d8e8727d84bb
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Improve native-compile-prune-cache messages
    
    * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Quote name of
    pruned directory.
---
 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 460d260192..b7c792e64b 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -4342,7 +4342,7 @@ of (commands) to run simultaneously."
                    (not (equal (file-name-nondirectory
                                 (directory-file-name subdir))
                                comp-native-version-dir)))
-          (message "Deleting %s..." subdir)
+          (message "Deleting `%s'..." subdir)
           ;; We're being overly cautious here -- there shouldn't be
           ;; anything but .eln files in these directories.
           (dolist (eln (directory-files subdir t "\\.eln\\(\\.tmp\\)?\\'"))



reply via email to

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