diff options
| -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 |
