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

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

[nongnu] elpa/git-commit d134b87a6b: magit-ediff-use-indirect-buffers: D


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit d134b87a6b: magit-ediff-use-indirect-buffers: Demote to variable
Date: Fri, 25 Mar 2022 17:58:04 -0400 (EDT)

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

    magit-ediff-use-indirect-buffers: Demote to variable
---
 lisp/magit-ediff.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 4c5c084580..2fe4ff178b 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -101,11 +101,10 @@ tree at the time of stashing."
   :group 'magit-ediff
   :type 'boolean)
 
-(defcustom magit-ediff-use-indirect-buffers nil
-  "Whether to use indirect buffers."
-  :package-version '(magit . "3.1.0")
-  :group 'magit-ediff
-  :type 'boolean)
+(defvar magit-ediff-use-indirect-buffers nil
+  "Whether to use indirect buffers.
+Ediff already does a lot of buffer and file shuffling and I
+recommend you do not further complicate that by enabling this.")
 
 ;;; Commands
 



reply via email to

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