branch: elpa/auto-dim-other-buffers commit 8b909cb210a9e4482bcc43858cf8d15da4ecd1d2 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@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