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

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

[nongnu] elpa/with-editor 19201be 021/140: with-editor-locate-emacsclien


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 19201be 021/140: with-editor-locate-emacsclient-1: look for yet another suffix
Date: Fri, 6 Aug 2021 12:51:12 -0400 (EDT)

branch: elpa/with-editor
commit 19201be2c59a7762da97835f7efc11f86191b676
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    with-editor-locate-emacsclient-1: look for yet another suffix
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index f2269b1..467fb63 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -129,7 +129,7 @@ please see 
https://github.com/magit/magit/wiki/Emacsclient.";))
                               (setq v (mapconcat #'identity (reverse v) "."))
                               (list v (concat "-" v) (concat ".emacs" v)))
                             (reverse version-lst))
-                 (list "" "-snapshot")))
+                 (list "" "-snapshot" ".emacs-snapshot")))
          (lambda (exec)
            (ignore-errors
              (string-match-p version-reg



reply via email to

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