branch: externals/ampc commit f0462f2d8c6f9989ce99889924eef833421b2501 Author: Christopher Schmidt <christop...@ch.ristopher.com> Commit: Christopher Schmidt <christop...@ch.ristopher.com>
* ampc.el (ampc): Change the name of the internal communication buffer to " *ampc*". --- ampc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampc.el b/ampc.el index 67eca683be..ba1d80fdad 100644 --- a/ampc.el +++ b/ampc.el @@ -1952,7 +1952,7 @@ connect to. The values default to localhost:6600." (unless ampc-connection (let ((connection (open-network-stream "ampc" (with-current-buffer - (get-buffer-create " *mpc*") + (get-buffer-create " *ampc*") (delete-region (point-min) (point-max)) (current-buffer))