]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 18:25:42 +0000 (18:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 18:25:42 +0000 (18:25 +0000)
lisp/ChangeLog
src/ChangeLog

index b71002e3b0ed5cf328c382bafa0fc4134ad6f6fc..ea8d11de355bcdb7307024c9d08cab950f3043e4 100644 (file)
@@ -1,3 +1,20 @@
+2002-09-29  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (grep-compute-defaults): Move definition
+       up before `grep-command'.
+
+2002-09-29  Richard M. Stallman  <rms@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-write-region):
+       Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
+       to ange-ftp-real-write-region.
+
+2002-09-29  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
+
+       * simple.el (undo-elt-in-region): Fix one-off error at END.
+
 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
 
        * progmodes/m4-mode.el (m4-font-lock-keywords)
index 41b6c9a4952ae9b49a90e61db51bcdacd39edb59..fc6cd8f14d5e3223d80d2b35d5a89f92dda16a69 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-29  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
+       (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
+
+       * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
+       (read_char): Use them.  Do all exits thru the end of the function.
+
 2002-09-06  Juanma Barranquero  <lektu@terra.es>
 
        * coding.c (syms_of_coding): Fix spacing.