diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2026-02-09 21:17:19 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2026-02-09 21:17:19 +0100 |
| commit | 6dea509613a5886cbc9cb197c33b19df383f6b75 (patch) | |
| tree | 156a8c10273bd833c2c57632dc7d925cd05afee3 /admin | |
| parent | 4a3640c3f82142f115c6a7a7e64a4869700d1f64 (diff) | |
; Remove test code from previous commit
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/scrape-elpa.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/scrape-elpa.el b/admin/scrape-elpa.el index f3e9d7f8d0f..f1bd0307b43 100644 --- a/admin/scrape-elpa.el +++ b/admin/scrape-elpa.el @@ -56,8 +56,6 @@ be comprehensive, but just to handle the kinds of expressions that (let ((ent (assq exp vars))) (if ent (cdr ent) (signal 'void-variable exp)))))) -(scrape-elpa--safe-eval '(cons "\\.go\\'" 'go-mode)) - (defun scrape-elpa (&rest directories) "Scrape autoload files in DIRECTORIES for package suggestions. This file will automatically update \"package-autosuggest.eld\", but not |
