comparison lisp/ChangeLog @ 49317:fbf08a4a2767

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 19 Jan 2003 00:42:46 +0000
parents 77705cf7893d
children b598dfcf2ce7
comparison
equal deleted inserted replaced
49316:1ace047a072a 49317:fbf08a4a2767
1 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> 1 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
4 regexp-concatenation.
5
6 * add-log.el (add-change-log-entry): Don't leave space at eol.
7 (add-log-current-defun): Perl functions names can't have (or {.
2 8
3 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to. 9 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4 (sh-non-closing-paren): New const. 10 (sh-non-closing-paren): New const.
5 (sh-case, sh-while-getopts): Use it to make props non-sticky. 11 (sh-case, sh-while-getopts): Use it to make props non-sticky.
6 (sh-add-completer): Use test-completion. 12 (sh-add-completer): Use test-completion.