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:
parent
924c7fa419
commit
f9be81b23e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
(require 'set)
|
||||
(require 'cycle)
|
||||
(require 'struct)
|
||||
(require 'ts)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Library
|
||||
|
|
Loading…
Reference in a new issue