(scope-1 l form))
(scope-1 l lexical))
-(scope-define-function-analyzer defalias (definition &optional _docstring)
- (when-let ((quoted (scope--unqoute definition))) (scope-report-s quoted 'defun)))
+(scope-define-function-analyzer defalias (sym _def &optional _docstring)
+ (when-let ((quoted (scope--unqoute sym))) (scope-report-s quoted 'defun)))
(scope-define-function-analyzer custom-declare-variable (sym _default _doc &rest args)
(when-let ((quoted (scope--unqoute sym))) (scope-report-s quoted 'defvar))