comparison lisp/ChangeLog @ 104275:3bf815184a6c

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 15 Aug 2009 01:04:14 +0000
parents a1d28970bfc5
children affb617d6101
comparison
equal deleted inserted replaced
104274:a1d28970bfc5 104275:3bf815184a6c
1 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/js.el: Edit docstrings throughout to follow Emacs
4 conventions.
5 (js-insert-and-indent): Function deleted.
6 (js-mode-map): Don't bind keys to js-insert-and-indent.
7 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8 (js-end-of-defun): Rename from js--end-of-defun.
9 (js-auto-indent-flag): Variable deleted.
10
1 2009-08-14 Chong Yidong <cyd@stupidchicken.com> 11 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12
13 * progmodes/js.el: Remove proclaim statement. Defvar
14 which-func-imenu-joiner-function to silence compiler.
2 15
3 * files.el (auto-mode-alist): Use js-mode for .js files. 16 * files.el (auto-mode-alist): Use js-mode for .js files.
4 17
5 * progmodes/js2-mode.el: File removed. 18 * progmodes/js2-mode.el: File removed.
6 19