From: Dmitry Gutov Date: Tue, 11 Sep 2012 01:58:19 +0000 (+0400) Subject: Add section "Emacs 22 and 23" X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/6fb5901f57f031cf68280c34e31d455f7535546d?ds=sidebyside Add section "Emacs 22 and 23" --- diff --git a/README.md b/README.md index 39640910a..e67a00a5e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Description An improved JavaScript mode for GNU Emacs. Forked from . -For the list of user-visible changes, see +For some of the user-visible changes, see [Changes from the original mode](https://github.com/mooz/js2-mode/wiki/Changes-from-the-original-mode). Installation @@ -11,6 +11,7 @@ Installation $ git clone git://github.com/mooz/js2-mode.git $ cd js2-mode + $ git checkout emacs24 $ emacs --batch -f batch-byte-compile js2-mode.el Then put js2-mode.elc into your site-lisp directory. @@ -23,6 +24,12 @@ In you emacs config: See for additional details. +Emacs 22 and 23 +=============== + +This version requires Emacs 24. For backwards-compatible version, check out [the +`master` branch](https://github.com/mooz/js2-mode/tree/master). + Bugs ====