summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-08-01 22:58:09 +0300
committerJuri Linkov <juri@linkov.net>2021-08-01 22:58:09 +0300
commitcd7eb4bee1805ca810332e495d566a555e2c9196 (patch)
treef1f5a76fd60f9e4ce3000d8fe9f64cb97fb2e7c6 /lisp/emacs-lisp/autoload.el
parentb72f88518b89560accf740a4548368863e6238e0 (diff)
downloademacs-cd7eb4bee1805ca810332e495d566a555e2c9196.tar.gz
* lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): Display warning.
https://lists.gnu.org/archive/html/emacs-devel/2021-08/msg00007.html
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 9d1ae705976..e9a20634af8 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -626,8 +626,8 @@ Don't try to split prefixes that are already longer than that.")
(radix-tree-iter-mappings
(cdr x) (lambda (s _)
(push (concat prefix s) dropped)))
- (message "Not registering prefix \"%s\" from %s. Affects: %S"
- prefix file dropped)
+ (message "%s:0: Warning: Not registering prefix \"%s\". Affects: %S"
+ file prefix dropped)
nil))))
prefixes)))
`(register-definition-prefixes ,file ',(sort (delq nil strings)