branch: elpa/with-editor
commit 139ef3933ea7aa3fe67b87450a6a1ac0895e5c81
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix previous commit
---
with-editor.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/with-editor.el b/with-editor.el
index 12fabcb..ff53c76 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -1,6 +1,6 @@
;;; with-editor.el --- Use the Emacsclient as $EDITOR -*- lexical-binding: t
-*-
-;; Copyright (C) 2014-2020 The Magit Project Contributors
+;; Copyright (C) 2014-2021 The Magit Project Contributors
;;
;; You should have received a copy of the AUTHORS.md file. If not,
;; see https://github.com/magit/with-editor/blob/master/AUTHORS.md.
@@ -101,8 +101,7 @@
(require 'term nil t)
(condition-case err
(require 'vterm nil t)
- (error (message "Error: %S" err)))
- (require 'vterm nil t)
+ (error (message "Error(vterm): %S" err)))
(require 'warnings nil t)))
(declare-function dired-get-filename 'dired)
(declare-function term-emulate-terminal 'term)