From 8be7d55e1a0cdab2b28bb053fc97fab19755eb61 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 11 Apr 2025 12:38:56 +0200 Subject: [PATCH] Update lisp/ldefs-boot.el --- lisp/ldefs-boot.el | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index a4ac8e2049d..215e1633bdb 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -26430,6 +26430,23 @@ that variable's value is a string. ;;; Generated autoloads from emacs-lisp/scope.el +(autoload 'scope-define-symbol-type "scope" "\ + + +(fn NAME PARENTS &rest PROPS)" nil t) +(function-put 'scope-define-symbol-type 'lisp-indent-function 'defun) +(autoload 'scope-get-symbol-type-property "scope" "\ + + +(fn TYPE PROP)") +(autoload 'scope-symbol-type-p "scope" "\ + + +(fn SYM)") +(autoload 'scope-describe-symbol-type "scope" "\ + + +(fn TYPE)" t) (autoload 'scope "scope" "\ Read and analyze code from STREAM, reporting findings via CALLBACK. @@ -26467,11 +26484,9 @@ starting with a top-level form, by inspecting HEAD at each level: - If within the code under analysis HEAD is a `cl-flet'-bound local function name, analyze the form as a function call. -- Otherwise, HEAD is unknown. If the HEAD of the top-level form that - this function reads from STREAM is unknown, then this function ignores - it and returns nil. If an unknown HEAD occurs in a nested form, then - by default it is similarly ignored, but if `scope-assume-func-p' is - non-nil, then this function assumes that such HEADs are functions. +- If HEAD is unknown, then it is ignored, unless `scope-assume-func-p' + is non-nil, in which case this function assumes that unknown HEADs are + functions. (fn CALLBACK &optional STREAM)") (register-definition-prefixes "scope" '("scope-")) -- 2.39.5