]> git.eshelyaron.com Git - emacs.git/commit
Move curly functions closer to where they’re used
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 9 Apr 2019 05:27:41 +0000 (22:27 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 9 Apr 2019 05:48:25 +0000 (22:48 -0700)
commit7c3ffdaf4b17e9f93aa929fc9a5c154e8e68e5fb
treef9491f2a3301242c9eafd7a926ab2cff15855d1d
parent9545519572d47b4712f27e53e7b64bf88d473877
Move curly functions closer to where they’re used

* lisp/progmodes/js.el (js-jsx--enclosing-curly-pos)
(js-jsx--goto-outermost-enclosing-curly): As the code evolved, these
functions’ definitions ended up being far away from the only places
where they were used.  Move them there.
lisp/progmodes/js.el