branch: elpa/scad-mode
commit 710cf2b7ce41a8c0b20b27d5e142a1db5f8371f9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Rename preview output buffer
---
 scad-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scad-mode.el b/scad-mode.el
index 7fe6468ea7..8eb909336c 100644
--- a/scad-mode.el
+++ b/scad-mode.el
@@ -332,7 +332,7 @@ Key bindings:
              :noquery t
              :connection-type 'pipe
              :name "scad-preview"
-             :buffer "*scad output*"
+             :buffer "*scad preview output*"
              :sentinel
              (lambda (proc _event)
                (when (memq (process-status proc) '(exit signal))

Reply via email to