]> code.delx.au - gnu-emacs-elpa/commitdiff
Add section "Emacs 22 and 23"
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Sep 2012 01:58:19 +0000 (05:58 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Sep 2012 01:58:19 +0000 (05:58 +0400)
README.md

index 39640910afc2d074a6dfd99f5bfad60114bf7bf2..e67a00a5e68fc264369904150386bd8a51f0cc9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Description
 
 An improved JavaScript mode for GNU Emacs. Forked from <http://code.google.com/p/js2-mode/>.
 
-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 <http://code.google.com/p/js2-mode/wiki/InstallationInstructions> 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
 ====