skeeto / skewer-mode

Live web development in Emacs
The Unlicense
1.09k stars 57 forks source link

Explicitly require emacs 24 #33

Closed purcell closed 10 years ago

purcell commented 10 years ago

The code uses lexical-binding, so although js2-mode depends on Emacs 24, it's best if skewer-mode also makes the dependency explicit.

skeeto commented 10 years ago

Is this a recent change that js2-mode requires Emacs 24? I thought ELPA had the original Steve Yegge version from a few years ago, but I see that it's now following mooz's fork.

Merged as 3d29f3c0b9b6e0acf0196e36b939a956f19c4352.

purcell commented 10 years ago

Yes, it's a comparatively recent change to js2-mode.