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

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

[nongnu] elpa/git-commit 7171712650 4/4: manual: Mention with-editor-fil


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 7171712650 4/4: manual: Mention with-editor-filter-visit-hook in performance hint
Date: Wed, 5 Oct 2022 06:58:43 -0400 (EDT)

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

    manual: Mention with-editor-filter-visit-hook in performance hint
    
    Closes #4773.
---
 docs/magit.org  | 1 +
 docs/magit.texi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/magit.org b/docs/magit.org
index ef19df7a21..ae75ce3ee6 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -7948,6 +7948,7 @@ using:
 
 #+begin_src emacs-lisp
   (remove-hook 'server-switch-hook 'magit-commit-diff)
+  (remove-hook 'with-editor-filter-visit-hook 'magit-commit-diff)
 #+end_src
 
 Then you can type ~C-c C-d~ to show the diff when you actually want to
diff --git a/docs/magit.texi b/docs/magit.texi
index 362fe6cace..3bc55860cb 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -9842,6 +9842,7 @@ using:
 
 @lisp
 (remove-hook 'server-switch-hook 'magit-commit-diff)
+(remove-hook 'with-editor-filter-visit-hook 'magit-commit-diff)
 @end lisp
 
 Then you can type @code{C-c C-d} to show the diff when you actually want to



reply via email to

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