diff options
author | Steve Yegge <steve.yegge@gmail.com> | 2009-07-28 05:57:35 +0000 |
---|---|---|
committer | Steve Yegge <steve.yegge@gmail.com> | 2009-07-28 05:57:35 +0000 |
commit | af0770126db4124103be502e3b8659e040713a45 (patch) | |
tree | 43f9332bd8d7e469313706e551b1074f0133c211 /lisp/Makefile.in | |
parent | 087048cd5d94bd63dd71ed36fb79f0388275cf6e (diff) | |
download | emacs-af0770126db4124103be502e3b8659e040713a45.tar.gz |
added js2-mode.el
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 99ed5885627..50c3d7b00ea 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1051,6 +1051,7 @@ ELCFILES = \ $(lisp)/progmodes/idlw-toolbar.elc \ $(lisp)/progmodes/idlwave.elc \ $(lisp)/progmodes/inf-lisp.elc \ + $(lisp)/progmodes/js2-mode.elc \ $(lisp)/progmodes/ld-script.elc \ $(lisp)/progmodes/m4-mode.elc \ $(lisp)/progmodes/make-mode.elc \ |