diff lisp/ChangeLog @ 108576:c85c4eac55a6

* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove. (sh-mode-syntax-table): Give it a default value instead. (sh-header-marker): Make buffer-local. (sh-mode): Move make-local-variable to the corresponding setq. (sh-add-completer): Avoid gratuitously let-binding a buffer-local var. Use complete-with-action.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2010 17:21:12 -0400
parents 27a878644c60
children e81c7c754bb6
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 14 13:53:42 2010 -0400
+++ b/lisp/ChangeLog	Fri May 14 17:21:12 2010 -0400
@@ -1,5 +1,12 @@
 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
+	(sh-mode-syntax-table): Give it a default value instead.
+	(sh-header-marker): Make buffer-local.
+	(sh-mode): Move make-local-variable to the corresponding setq.
+	(sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
+	Use complete-with-action.
+
 	* simple.el (prog-mode): New (abstract) major mode.
 	* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
 	* progmodes/sh-script.el (sh-mode): Remove redundant var assignment.