fix(corfu): void-variable local-map error

Amend: #8262
This commit is contained in:
StrawberryTea
2025-04-01 00:47:32 -04:00
committed by GitHub
parent 0d1c8942db
commit d775ed822c

View File

@ -76,7 +76,7 @@ systems is active, Corfu should not enable its own completion."
(or (bound-and-true-p mct--active)
(bound-and-true-p vertico--input)
(and (featurep 'auth-source)
(eq local-map read-passwd-map))
(eq (current-local-map) read-passwd-map))
(and (featurep 'helm-core)
(helm--alive-p))
(and (featurep 'ido)