Glenn Morris
|
114f9c9679
|
Add 2010 to copyright years.
|
2010-01-13 00:35:10 -08:00 |
|
Chong Yidong
|
92b1c41682
|
* progmodes/js.el: Autoload javascript-mode alias.
|
2010-01-11 11:18:06 -05:00 |
|
Chong Yidong
|
b857059c0a
|
* progmodes/js.el (js--js-not): Add null to the list of values.
|
2009-12-06 15:34:59 +00:00 |
|
Juanma Barranquero
|
32226619c5
|
Use called-interactively-p' instead of interactive-p'.
|
2009-10-02 03:48:36 +00:00 |
|
Glenn Morris
|
07eae5c5e0
|
(js-end-of-defun): Remove malformed and unneeded let.
|
2009-09-18 07:16:49 +00:00 |
|
Chong Yidong
|
34cab3d9c1
|
* progmodes/js.el (js--proper-indentation): Handle the case where
char-before is null. Reported by Deniz Dogan.
|
2009-09-12 00:01:00 +00:00 |
|
Juanma Barranquero
|
dd4fbf5672
|
* international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
Fix typos in docstrings.
* progmodes/js.el (js--macro-decl-re): Doc fix.
(js--plain-method-re, js--split-name): Refloc docstring.
(js--class-styles, js--make-merged-item, js--splice-into-items):
Fix typos in docstrings; reflow docstrings.
(js--maybe-join, js--function-prologue-beginning, js--flush-caches)
(js--variable-decl-matcher, js--inside-pitem-p)
(js--parse-state-at-point, js--get-all-known-symbols)
(js--symbol-history, js-find-symbol, js--js-references)
(js--moz-interactor, js--js-encode-value, js--read-tab):
Fix typos in docstrings.
|
2009-08-28 18:22:30 +00:00 |
|
Glenn Morris
|
3e1ea34239
|
(inferior-moz-process): Fix declaration.
|
2009-08-21 07:44:58 +00:00 |
|
Miles Bader
|
4989aff370
|
Add arch tagline
|
2009-08-15 01:13:18 +00:00 |
|
Chong Yidong
|
2e330adc6c
|
* progmodes/js.el: Edit docstrings throughout to follow Emacs
conventions.
(js-insert-and-indent): Function deleted.
(js-mode-map): Don't bind keys to js-insert-and-indent.
(js-beginning-of-defun): Rename from js--beginning-of-defun.
(js-end-of-defun): Rename from js--end-of-defun.
(js-auto-indent-flag): Variable deleted.
|
2009-08-15 01:04:14 +00:00 |
|
Chong Yidong
|
17b5d0f707
|
* progmodes/js2-mode.el: File removed.
* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
* speedbar.el (speedbar-supported-extension-expressions): Add .js.
* progmodes/hideshow.el (hs-special-modes-alist): Add js-mode
entry.
* progmodes/js.el: New file.
|
2009-08-14 23:02:38 +00:00 |
|