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

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

[nongnu] elpa/auto-dim-other-buffers 8b909cb210 41/82: fix change major


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 8b909cb210 41/82: fix change major mode on next-error-hook
Date: Mon, 12 Dec 2022 20:58:41 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 8b909cb210a9e4482bcc43858cf8d15da4ecd1d2
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    fix change major mode on next-error-hook
---
 auto-dim-other-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index cc262b63c0..ada63aabc4 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -133,7 +133,7 @@ function."
              (focus-out-hook adob--focus-out-hook)
              (focus-in-hook adob--focus-in-hook)
              (after-change-major-mode-hook adob--after-change-major-mode-hook)
-             (next-error-hook 'adob--after-change-major-mode-hook)))
+             (next-error-hook adob--after-change-major-mode-hook)))
     (apply callback args)))
 
 ;;;###autoload



reply via email to

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