emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6f2d51b 41/49: Fix the breakage from the previous commit


From: Dmitry Gutov
Subject: [elpa] master 6f2d51b 41/49: Fix the breakage from the previous commit
Date: Mon, 16 Jan 2017 15:35:50 +0000 (UTC)

branch: master
commit 6f2d51bd723126f82b491b5e2515356018a48849
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix the breakage from the previous commit
---
 js2-mode.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js2-mode.el b/js2-mode.el
index 9b3973f..6889545 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -3014,7 +3014,7 @@ modules metadata itself."
     (insert pad "}\n")))
 
 (cl-defstruct (js2-switch-node
-               (:include js2-node)
+               (:include js2-scope)
                (:constructor nil)
                (:constructor make-js2-switch-node (&key (type js2-SWITCH)
                                                         (pos js2-ts-cursor)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]