Add missing ts.el dependency to buffer.el

Since script.el depends on buffer.el now, buffer.el fails to evaluate because of
a missing dependency on ts.el.

Blindspots like this make me want to eventually support testing individual loads
of each of the libraries in my .emacs.d/wpc directory.
This commit is contained in:
William Carroll 2020-09-02 14:52:17 +01:00
parent 924c7fa419
commit f9be81b23e

View file

@ -32,6 +32,7 @@
(require 'set)
(require 'cycle)
(require 'struct)
(require 'ts)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Library