comparison lisp/ChangeLog @ 82451:e74e429ab839

*** empty log message ***
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Fri, 17 Aug 2007 22:51:24 +0000
parents 6d0e8e2e2868
children 58eaf01ab6e0
comparison
equal deleted inserted replaced
82450:be32023b5c7b 82451:e74e429ab839
1 2007-08-09 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2
3 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4 (meta-indent-current-nesting): Use a computation of the nesting
5 instead.
6 (meta-indent-current-indentation): Indentation is given according
7 to nesting and if the previous line was finished or not.
8 (meta-indent-unfinished-line): Tell if the current line ends with
9 a finished expression.
10 (meta-indent-looking-at-code): Like `looking-at', but checks if
11 the point is a string before.
12 (meta-indent-level-count): Use it. Don't count parenthesis as it's
13 done in the nesting function.
14 (meta-indent-in-string-p): Tell if the current point is in a
15 string.
16 (meta-indent-calculate): Treat b-o-b as a special case. Use the
17 previous functions.
18
1 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org> 19 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2 20
3 * emacs-lisp/copyright.el (copyright-limit): New defsubst. 21 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4 (copyright-update-year, copyright-update) 22 (copyright-update-year, copyright-update)
5 (copyright-fix-years): Use it. 23 (copyright-fix-years): Use it.