branch: elpa/with-editor
commit 48e1b2d1de1e8371d52450f6fe4d8e62f5d91d6a
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
with-editor-shell-command-use-emacsclient: Fix last modified info
The default value was modified between 2.7.0 and 2.7.1.
---
with-editor.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/with-editor.el b/with-editor.el
index 8afa487..59cddbb 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -293,7 +293,7 @@ like so:
eval \"$EDITOR\" file
And some tools that do not handle $EDITOR properly also break."
- :package-version '(with-editor . "2.8.0")
+ :package-version '(with-editor . "2.7.1")
:group 'with-editor
:type 'boolean)