mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): Display warning.
https://lists.gnu.org/archive/html/emacs-devel/2021-08/msg00007.html
This commit is contained in:
parent
b72f88518b
commit
cd7eb4bee1
1 changed files with 2 additions and 2 deletions
|
|
@ -626,8 +626,8 @@ Don't try to split prefixes that are already longer than that.")
|
||||||
(radix-tree-iter-mappings
|
(radix-tree-iter-mappings
|
||||||
(cdr x) (lambda (s _)
|
(cdr x) (lambda (s _)
|
||||||
(push (concat prefix s) dropped)))
|
(push (concat prefix s) dropped)))
|
||||||
(message "Not registering prefix \"%s\" from %s. Affects: %S"
|
(message "%s:0: Warning: Not registering prefix \"%s\". Affects: %S"
|
||||||
prefix file dropped)
|
file prefix dropped)
|
||||||
nil))))
|
nil))))
|
||||||
prefixes)))
|
prefixes)))
|
||||||
`(register-definition-prefixes ,file ',(sort (delq nil strings)
|
`(register-definition-prefixes ,file ',(sort (delq nil strings)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue