summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2026-01-25 15:49:38 +0100
committerPhilip Kaludercic <philipk@posteo.net>2026-01-25 15:49:38 +0100
commit3a3a9e21c1540873714ce2175d2a4a06d18ce99d (patch)
treed77643e7206186a355ead4a52bec1f0fcf4ba829 /admin
parentc4dc5bc76632a75eff17426e7f1b855799296464 (diff)
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.
Diffstat (limited to 'admin')
-rw-r--r--admin/scrape-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/scrape-elpa.el b/admin/scrape-elpa.el
index bf3846c0fcb..f2b5439d082 100644
--- a/admin/scrape-elpa.el
+++ b/admin/scrape-elpa.el
@@ -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!