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

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

[nongnu] elpa/with-editor 48e1b2d 082/140: with-editor-shell-command-use


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 48e1b2d 082/140: with-editor-shell-command-use-emacsclient: Fix last modified info
Date: Fri, 6 Aug 2021 12:51:24 -0400 (EDT)

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

    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)
 



reply via email to

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