comparison lisp/ChangeLog @ 49497:54411340abe6

*** empty log message ***
author Martin Stjernholm <mast@lysator.liu.se>
date Tue, 28 Jan 2003 00:41:35 +0000
parents 567f8c656a28
children f4f82e780bcb
comparison
equal deleted inserted replaced
49496:2c05c557df6c 49497:54411340abe6
1 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-vars.el, progmodes/cc-mode.el
4 (c-require-final-newline): Made this variable an alist to
5 specify a value for each language. The default value causes
6 `require-final-newline' to be set to t only in languages where
7 the standard requires a final newline.
8
1 2003-01-27 Kim F. Storm <storm@cua.dk> 9 2003-01-27 Kim F. Storm <storm@cua.dk>
2 10
3 * simple.el (kill-new): Improve doc string for yank-handler. 11 * simple.el (kill-new): Improve doc string for yank-handler.
4 Signal args-out-of-range error if yank-handler is specified for 12 Signal args-out-of-range error if yank-handler is specified for
5 an empty string. 13 an empty string.