Gnus development mailing list
 help / color / mirror / Atom feed
* Small nitpick patch for dribble buffers
@ 1996-12-18 17:50 Jan Vroonhof
  0 siblings, 0 replies; only message in thread
From: Jan Vroonhof @ 1996-12-18 17:50 UTC (permalink / raw)



--- ChangeLog.orig	Mon Dec 16 20:10:50 1996
+++ ChangeLog	Wed Dec 18 18:17:13 1996
@@ -1,3 +1,8 @@
+Wed Dec 18 18:15:39 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+	* gnus-start.el (gnus-dribble-enter): Make sure we write at the
+		  end of the dribble file
+
 Mon Dec 16 14:33:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* gnus-msg.el (gnus-bug): Insert nntp server type.
--- gnus-start.el.orig	Fri Dec 13 05:30:15 1996
+++ gnus-start.el	Wed Dec 18 18:17:51 1996
@@ -715,6 +715,7 @@
 	     (buffer-name gnus-dribble-buffer))
     (let ((obuf (current-buffer)))
       (set-buffer gnus-dribble-buffer)
+      (goto-char (point-max))
       (insert string "\n")
       (set-window-point (get-buffer-window (current-buffer)) (point-max))
       (bury-buffer gnus-dribble-buffer)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-12-18 17:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-18 17:50 Small nitpick patch for dribble buffers Jan Vroonhof

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).