mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
fix: shoosh warning with LETREC instead of LET
This commit is contained in:
parent
ce50b3dbfa
commit
78c52fdf5c
@ -696,7 +696,7 @@ defined direct keybindings to the command
|
||||
(defun yas--modes-to-activate ()
|
||||
"Compute list of mode symbols that are active for `yas-expand'
|
||||
and friends."
|
||||
(let ((dfs (lambda (mode &optional explored)
|
||||
(letrec ((dfs (lambda (mode &optional explored)
|
||||
(push mode explored)
|
||||
(cons mode
|
||||
(loop for neighbour
|
||||
|
Loading…
x
Reference in New Issue
Block a user