这是indexloc提供的服务,不要输入任何密码
Skip to content

Unrecognized variable bindings in when-let and if-let #6

@haqle314

Description

@haqle314

when-let and if-let allow forms that omit variable name. Bindings after such a form are not recognized. For example, baz is not highlighted in the code snippet below

(when-let ((foo (get-foo))
           ((bar-p foo))
           (baz (get-baz foo)))
  (do-something))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions