branch: externals/gpr-query commit 99f50385eee43429ce0ad34d4a86b32b8bdb07e3 Author: Stephen Leake <stephen_le...@stephe-leake.org> Commit: Stephen Leake <stephen_le...@stephe-leake.org>
* gpr-query.el (gpr-query-session-wait): Restore busy message --- gpr-query.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpr-query.el b/gpr-query.el index 97046cc427..e8303a32d4 100644 --- a/gpr-query.el +++ b/gpr-query.el @@ -419,7 +419,7 @@ COMMAND-TYPE is one of xref or symbols." (message "gpr-query receiving symbols %s" gpr-query--symbols-progress)))) (xref - (message "running gpr_query xref ... %d" wait-count) + (message "running gpr_query xref ... %s" (make-string wait-count ?.)) ;; process output is inserted before point, so move back over it to search it (with-current-buffer (process-buffer process)