]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Dec 2001 03:41:19 +0000 (03:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Dec 2001 03:41:19 +0000 (03:41 +0000)
lisp/ChangeLog
src/ChangeLog

index 02673b219283274082d7eeea8b5d4eb6ba35743e..b950cad7d912839d3727a070e4712e3a3eadebc7 100644 (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.
index b6da1da27c4cb0ae5bb5785be2e4b585ca582523..a3e542a1f40d348338e9eb250940273591b9d074 100644 (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.