Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 19 00:27:11 2003 +0000 +++ b/lisp/ChangeLog Sun Jan 19 00:42:46 2003 +0000 @@ -1,5 +1,11 @@ 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> + * textmodes/fill.el (fill-comment-paragraph): Fix simplistic + regexp-concatenation. + + * add-log.el (add-change-log-entry): Don't leave space at eol. + (add-log-current-defun): Perl functions names can't have (or {. + * progmodes/sh-script.el (sh-indent-line): Use indent-line-to. (sh-non-closing-paren): New const. (sh-case, sh-while-getopts): Use it to make props non-sticky.