*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-12-07 03:41:19 +00:00
parent 3d82370938
commit c93674bb07
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2001-12-06 Richard M. Stallman <rms@gnu.org>
* textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
(set-justification-left, set-justification-right): Doc fix.
* progmodes/f90.el (f90-break-line): Use (newline 1)
to insert newlines.
(bug-f90-mode): Variable deleted.
2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
* indent.el (indent-line-function): Default is indent-relative again.

View file

@ -1,3 +1,8 @@
2001-12-06 Richard M. Stallman <rms@gnu.org>
* s/hpux10.h (random): Add undef.
(HAVE_RANDOM): Define it just once.
2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
* eval.c: Undo last change: the standard syntax is not wanted.