aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaël Cadilhac2007-08-17 22:54:34 +0000
committerMichaël Cadilhac2007-08-17 22:54:34 +0000
commit5beb9abb5239617d7f03ad41a89ded8e67a10fe3 (patch)
treedb2dbbdac67125ca048f6bf465af5680b8cbf1cf
parent8a4c50518400514864e55a6a84e956744b072a3a (diff)
downloademacs-5beb9abb5239617d7f03ad41a89ded8e67a10fe3.tar.gz
emacs-5beb9abb5239617d7f03ad41a89ded8e67a10fe3.zip
Fix typo.
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 400909ecd29..2b97e3d6071 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12007-08-09 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 12007-08-18 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 2
3 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. 3 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4 (meta-indent-current-nesting): Use a computation of the nesting 4 (meta-indent-current-nesting): Use a computation of the nesting
@@ -8,7 +8,7 @@
8 (meta-indent-unfinished-line): Tell if the current line ends with 8 (meta-indent-unfinished-line): Tell if the current line ends with
9 a finished expression. 9 a finished expression.
10 (meta-indent-looking-at-code): Like `looking-at', but checks if 10 (meta-indent-looking-at-code): Like `looking-at', but checks if
11 the point is a string before. 11 the point is in a string before.
12 (meta-indent-level-count): Use it. Don't count parenthesis as it's 12 (meta-indent-level-count): Use it. Don't count parenthesis as it's
13 done in the nesting function. 13 done in the nesting function.
14 (meta-indent-in-string-p): Tell if the current point is in a 14 (meta-indent-in-string-p): Tell if the current point is in a