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:
parent
40b734c500
commit
eff4a4f49a
1 changed files with 1 additions and 1 deletions
|
@ -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\\)?\\'"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue