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

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

[nongnu] elpa/git-commit 895a76a399 2/2: Fix previous commit


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 895a76a399 2/2: Fix previous commit
Date: Mon, 19 Sep 2022 06:58:55 -0400 (EDT)

branch: elpa/git-commit
commit 895a76a399c7ee99487acad5300d042ad239fc17
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix previous commit
---
 lisp/magit-ediff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 2edf63e5c4..62df162033 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -342,7 +342,7 @@ FILE has to be relative to the top directory of the 
repository."
        (lambda ()
          (when (buffer-live-p ediff-buffer-B)
            (when lockB
-             (with-current-buffer bufB (setq buffer-read-only t))
+             (with-current-buffer bufB (setq buffer-read-only t)))
            (when (buffer-modified-p ediff-buffer-B)
              (with-current-buffer ediff-buffer-B
                (magit-update-index))))



reply via email to

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