]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 14:11:09 +0000 (14:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 Oct 2001 14:11:09 +0000 (14:11 +0000)
lisp/ChangeLog
src/ChangeLog

index 1a51430415f88a4c39abb83c934097d8d2cb7a8a..be5413a78e33b8b59b629c633db70ae48834b217 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * desktop.el (desktop-last-buffer): New variable.
+       (desktop-create-buffer): Set it.
+       (desktop-read): Bind it and switch to that buffer.
+
 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
 
        * progmodes/compile.el (compilation-set-window-height): Select
index 615556e93b4d3c9f4b67a25fda22b95ea2fc5a40..ce6e9956a3a5eb9183841957c60e84aab7003031 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
 
+       * lread.c (syms_of_lread)<recursive-load-depth-limit>: Raise to
+       50.
+
        * xterm.c (x_draw_glyphs): Remove parameters READ_START and 
        REAL_END.  Notice if cursor gets overwritten.
        (notice_overwritten_cursor): Take X positions as parameters.