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

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

[nongnu] elpa/with-editor b37d94b 035/140: with-editor-debug: fix old re


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor b37d94b 035/140: with-editor-debug: fix old reference to magit in output
Date: Fri, 6 Aug 2021 12:51:15 -0400 (EDT)

branch: elpa/with-editor
commit b37d94b7aa473bdaace7dee00230464921aa57d6
Author: Noam Postavsky <npostavs@users.sourceforge.net>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    with-editor-debug: fix old reference to magit in output
---
 with-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/with-editor.el b/with-editor.el
index 0071ccd..13e0c6a 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -748,7 +748,7 @@ See info node `(with-editor)Debugging' for instructions."
           (fun (let ((warning-minimum-level :error)
                      (warning-minimum-log-level :error))
                  (with-editor-locate-emacsclient))))
-      (insert "magit-emacsclient-executable:\n"
+      (insert "with-editor-emacsclient-executable:\n"
               (format " value:   %s (%s)\n" val
                       (and val (with-editor-emacsclient-version val)))
               (format " default: %s (%s)\n" def



reply via email to

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