]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Mar 2000 13:05:37 +0000 (13:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Mar 2000 13:05:37 +0000 (13:05 +0000)
src/ChangeLog

index 6333003ecb8d62a21d52abeb63d8c7ba978b98d2..2232594d3b201d394deca3bfd40771a7262e611b 100644 (file)
@@ -1,13 +1,18 @@
+2000-03-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * lread.c (read1): Accept `.' (period) as symbol start like in CL
+       and earlier Emacs versions.
+
+       * keyboard.c (Ftop_level): Cancel busy-cursor.
+
+       * eval.c (call_debugger): Cancel busy-cursor.
+
 2000-03-29  Kenichi Handa  <handa@etl.go.jp>
 
        * search.c (Freplace_match): Adjust multibyteness of the current
        buffer and NEWTEXT.  Free allocated memory before signaling an
        error.
 
-2000-03-29  Gerd Moellmann  <gerd@gnu.org>
-
-       * eval.c (call_debugger): Cancel busy-cursor.
-
 2000-03-28  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c (analyse_first): New function obtained by ripping out most