Skip to content

Commit

Permalink
try to shut up ert
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Dec 6, 2024
1 parent b16ccf9 commit e6cbeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window-purpose-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mode and MODE-CONF.
MODE-CONF is a hash table mapping modes to purposes."
(when (get-buffer buffer-or-name) ; check if buffer exists
(let* ((major-mode (purpose--buffer-major-mode buffer-or-name))
(derived-modes (purpose--iter-hash #'(lambda (mode _purpose) mode)
(derived-modes (purpose--iter-hash #'(lambda (mode _) mode)
mode-conf))
(derived-mode (apply #'derived-mode-p derived-modes)))
(when derived-mode
Expand Down

0 comments on commit e6cbeed

Please sign in to comment.