emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (d018843 -> 5023908)


From: Tom Tromey
Subject: [Emacs-diffs] master updated (d018843 -> 5023908)
Date: Fri, 13 Jan 2017 19:50:59 +0000 (UTC)

tromey pushed a change to branch master.

      from  d018843   Fix last change
       new  05fe74b   Fix two js-mode filling bugs
       new  765920f   Add .jsx to auto-mode-alist
       new  cab7a38   Fix definition of EMACS in test/manual/indent/Makefile
       new  b47f972   Fix js-mode indentation bug
       new  5023908   Add chained indentation to js-mode


Summary of changes:
 lisp/files.el                   |    1 +
 lisp/progmodes/js.el            |   94 ++++++++++++++++++++++++++++++++++++++-
 test/lisp/progmodes/js-tests.el |   64 ++++++++++++++++++++++++++
 test/manual/indent/Makefile     |    2 +-
 test/manual/indent/js-chain.js  |   29 ++++++++++++
 test/manual/indent/js.js        |   10 +++++
 6 files changed, 198 insertions(+), 2 deletions(-)
 create mode 100644 test/lisp/progmodes/js-tests.el
 create mode 100644 test/manual/indent/js-chain.js



reply via email to

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