Skip to content

aio-defun doesn't support declarations #12

Open
@phst

Description

@phst

For example, after

(aio-defun func ()
  (declare (obsolete ("foo"))))

C-h f func RET won't show that the function is obsolete. Applying declarations is done by the defun macro; probably aio-defun should wrap defun in the same way that iter-defun wraps defun.

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