# HG changeset patch # User Micha¸«³l Cadilhac # Date 1187391274 0 # Node ID 58eaf01ab6e05bc295f05ee504dc5aaba05b0241 # Parent e74e429ab8396983dfa990bc914f1b76b5af70a0 Fix typo. diff -r e74e429ab839 -r 58eaf01ab6e0 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 17 22:51:24 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 17 22:54:34 2007 +0000 @@ -1,4 +1,4 @@ -2007-08-09 Micha,Ak(Bl Cadilhac +2007-08-18 Micha,Ak(Bl Cadilhac * progmodes/meta-mode.el (meta-indent-calculate-last): Remove. (meta-indent-current-nesting): Use a computation of the nesting @@ -8,7 +8,7 @@ (meta-indent-unfinished-line): Tell if the current line ends with a finished expression. (meta-indent-looking-at-code): Like `looking-at', but checks if - the point is a string before. + the point is in a string before. (meta-indent-level-count): Use it. Don't count parenthesis as it's done in the nesting function. (meta-indent-in-string-p): Tell if the current point is in a