Mercurial > emacs
changeset 49497:54411340abe6
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 28 Jan 2003 00:41:35 +0000 |
parents | 2c05c557df6c |
children | 324254ee7473 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 28 00:41:21 2003 +0000 +++ b/lisp/ChangeLog Tue Jan 28 00:41:35 2003 +0000 @@ -1,3 +1,11 @@ +2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org> + + * progmodes/cc-vars.el, progmodes/cc-mode.el + (c-require-final-newline): Made this variable an alist to + specify a value for each language. The default value causes + `require-final-newline' to be set to t only in languages where + the standard requires a final newline. + 2003-01-27 Kim F. Storm <storm@cua.dk> * simple.el (kill-new): Improve doc string for yank-handler.