diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-01 00:30:35 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-09-01 00:30:35 +0200 |
| commit | 77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a (patch) | |
| tree | ab3c0240c82def50514395592be48a3304bdcb29 | |
| parent | 535a0b19b0ad00b32e00f0a71b43566c0cce2a84 (diff) | |
Release version 3.4.2v3.4.2
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | docs/with-editor.org | 4 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ # -*- mode: org -*- -* v3.4.2 UNRELEASED +* v3.4.2 2024-09-01 - Fix ~shell-command-with-editor-mode~ for remote processes. #129 diff --git a/docs/with-editor.org b/docs/with-editor.org index 29f8f75..238f3c0 100644 --- a/docs/with-editor.org +++ b/docs/with-editor.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: With-Editor: (with-editor). #+texinfo_dir_desc: Using the Emacsclient as $EDITOR -#+subtitle: for version 3.4.1 +#+subtitle: for version 3.4.2 #+setupfile: .orgconfig @@ -27,7 +27,7 @@ additional functionality which makes it useful even for end-users, who don't use Magit or another package which uses it internally. #+texinfo: @noindent -This manual is for With-Editor version 3.4.1. +This manual is for With-Editor version 3.4.2. #+texinfo: @insertcopying :END: diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 48b9126..a43e48a 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/with-editor ;; Keywords: processes terminals -;; Package-Version: 3.4.1 +;; Package-Version: 3.4.2 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later |
