]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 11:53:11 +0000 (11:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 11:53:11 +0000 (11:53 +0000)
lisp/ChangeLog
src/ChangeLog

index 08d9f19d588fb2534781e691636be5d105b79629..52919a0aa6a34714d8d47bed976ae747ceed2cf6 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
+       starting with `@def' or `@multitable', in addition to ones
+       specified by the user in auto-fill-inhibit-regexp.
+
 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
 
        * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
index 16fd6195c4b1d007482fb5ea9fe07194be2c2edf..70afeb5892c2adefd5bf65e038f0930eec28b83e 100644 (file)
@@ -1,5 +1,7 @@
 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
 
+       * s/freebsd.h (POSIX_SIGNALS): Define.
+
        * xterm.c (x_clear_mouse_face): Block/unblock input.
 
 2000-09-24  Dave Love  <fx@gnu.org>