Improve native-compile-prune-cache messages

* lisp/emacs-lisp/comp.el (native-compile-prune-cache): Quote name of
pruned directory.
This commit is contained in:
Stefan Kangas 2022-10-17 15:26:56 +02:00
parent 40b734c500
commit eff4a4f49a

View file

@ -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\\)?\\'"))