mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Remove test code from previous commit
This commit is contained in:
parent
4a3640c3f8
commit
6dea509613
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue