summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-10-08 20:08:50 +0200
committerJonas Bernoulli <jonas@bernoul.li>2018-10-08 20:08:50 +0200
commit48e1b2d1de1e8371d52450f6fe4d8e62f5d91d6a (patch)
treee0b40ff0d0a5a4412b9ba7734bbb2a8d87015a3e
parent71e61b960adf908309232e374c0878e62e09d9a3 (diff)
with-editor-shell-command-use-emacsclient: Fix last modified info
The default value was modified between 2.7.0 and 2.7.1.
-rw-r--r--with-editor.el2
1 files changed, 1 insertions, 1 deletions
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)