diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-28 20:00:04 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-28 20:00:04 +0100 |
| commit | 107e9015e69585e1b0fd551b5b95df6619bdd61c (patch) | |
| tree | 72466b4a722e61d8952e864304dc413962b529eb | |
| parent | 1fc960183a1fc0d007d355b1bcd5698f00f77e42 (diff) | |
Revert "magit-diff-mode: Add diff-mode as an extra parent"
This reverts commit 1fc960183a1fc0d007d355b1bcd5698f00f77e42.
| -rw-r--r-- | lisp/magit-diff.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index 97d333f..baefff3 100644 --- a/lisp/magit-diff.el +++ b/lisp/magit-diff.el @@ -2050,9 +2050,6 @@ Staging and applying changes is documented in info node (put 'magit-diff-mode 'magit-diff-default-arguments '("--stat" "--no-ext-diff")) -(when (fboundp 'derived-mode-add-parents) - (derived-mode-add-parents 'magit-diff-mode '(diff-mode))) - (defun magit-diff-setup-buffer ( range typearg args files &optional type locked) (require 'magit) |
