]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 20:15:03 +0000 (20:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 20:15:03 +0000 (20:15 +0000)
lisp/ChangeLog
src/ChangeLog

index cc2f343cc9a138ed065c9949a84a96cc1a4f9c7f..6b5ebd719958be72f27ef524ea57fd51052d8a74 100644 (file)
@@ -1,5 +1,8 @@
 2001-11-11  Richard M. Stallman  <rms@gnu.org>
 
+       * calendar/solar.el (solar-sunrise-and-sunset):
+       Exchange the two extreme values of day-length.
+
        * progmodes/sh-script.el (sh-must-be-shell-mode): 
        Allow modes derived from sh-mode.
 
index 55a26c6ee24d4fc5b9135d7f915542b3b2f887c6..c8faecf8e53667416859e68e507eeb690061cf29 100644 (file)
@@ -1,5 +1,9 @@
 2001-11-11  Richard M. Stallman  <rms@gnu.org>
 
+       * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
+
+       * lread.c (read_escape): Use end_of_file_error for reporting eof.
+
        * insdel.c (replace_range): Use adjust_markers_for_replace
        instead of adjust_markers_for_delete and adjust_markers_for_insert.