diff lisp/ChangeLog @ 109755:1aa7bc345918

Fix last change. * lisp/progmodes/octave-mod.el (octave-mode-syntax-table): Better describe the problem. (octave-fill-paragraph): Also update caller. (octave-completion-at-point-function): Fix up typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Aug 2010 14:46:24 +0200
parents 47ffebe76e42
children 818e325e0469
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 12 13:22:16 2010 +0200
+++ b/lisp/ChangeLog	Thu Aug 12 14:46:24 2010 +0200
@@ -11,7 +11,7 @@
 	(octave-uncomment-region, octave-comment-indent)
 	(octave-indent-for-comment): Remove.
 	(octave-indent-calculate): Rename from calculate-octave-indent.
-	(octave-indent-line): Update caller.
+	(octave-indent-line, octave-fill-paragraph): Update caller.
 	(octave-initialize-completions): No need to make an alist.
 	(octave-completion-at-point-function): New function.
 	(octave-complete-symbol): Use it.