diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2016-10-01 01:03:42 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-10-01 01:03:42 +0200 |
| commit | 19201be2c59a7762da97835f7efc11f86191b676 (patch) | |
| tree | 7b5e29d2cc5f6599441c4dfe4cd36d851ae00a19 | |
| parent | c05420c75edaca71b15326d1fba629be9054749f (diff) | |
with-editor-locate-emacsclient-1: look for yet another suffixv2.5.6
| -rw-r--r-- | with-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
