branch: externals/vundo
commit c8d3ecb85ee0e764f95fce12bcf6d93edc56031a
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    Require vundo-diff.el in vundo.el (issue#104)
    
    * vundo.el (vundo-diff): Require vundo-diff.el in vundo.el.
---
 vundo.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vundo.el b/vundo.el
index a8aae1d5b8..45ebc39a37 100644
--- a/vundo.el
+++ b/vundo.el
@@ -161,6 +161,7 @@
 (require 'cl-lib)
 (require 'seq)
 (require 'subr-x)
+(require 'vundo-diff)
 
 ;;; Customization
 

Reply via email to