===========================================================================
$NetBSD$

You will need to add something like the following to your .emacs file to
autoload the js2 mode for Emacs.

 (autoload 'js2-mode "js2" nil t)
 (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))

===========================================================================
