emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark cd40fe19c2 2/2: Shorten export and collect buffe


From: ELPA Syncer
Subject: [elpa] externals/embark cd40fe19c2 2/2: Shorten export and collect buffer names slightly
Date: Sat, 23 Apr 2022 12:57:31 -0400 (EDT)

branch: externals/embark
commit cd40fe19c2b06eb0eae0177aaf1946410dd5e69e
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Shorten export and collect buffer names slightly
    
    See discussion in #492.
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index d17a231c6e..b3846bfb8c 100644
--- a/embark.el
+++ b/embark.el
@@ -2887,7 +2887,7 @@ TYPE should be either `collect' or `export'."
   (format "*Embark %s: %s*"
           (capitalize (symbol-name type))
           (if (minibufferp)
-              (format "M-x %s RET %s" embark--command
+              (format "%s - %s" embark--command
                       (minibuffer-contents-no-properties))
             (buffer-name))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]