Mark 'package-autosuggest-database' as private

* admin/scrape-elpa.el (scrape-elpa):
* etc/package-autosuggest.eld:
* lisp/emacs-lisp/package.el (package-autosuggest-database)
(package--autosuggest-suggested, package--suggestion-applies-p)
(package--autosuggest-find-candidates)
(package--autosuggest-install-and-enable): Rename constant name
to add double-dash.
This commit is contained in:
Philip Kaludercic
2026-01-25 15:49:38 +01:00
parent c4dc5bc766
commit 3a3a9e21c1
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ Please review the results before updating the autosuggest database!"
(find-file (expand-file-name "package-autosuggest.eld" data-directory))
(erase-buffer)
(lisp-data-mode)
(insert ";; The contents of this file are loaded into `package-autosuggest-database'
(insert ";; The contents of this file are loaded into `package--autosuggest-database'
;; and were automatically generate by scraping ELPA for auto-loaded
;; code using the `scrape-elpa' command. Please avoid updating this
;; file manually!