head	1.2;
access;
symbols
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.04.14.19.07.04;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2002.03.31.10.23.43;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update port to version 8.1 (R8B-1)

Submitted by:	Vance Shipley <vances@@motivity.ca>
@
text
@--- lib/emacs/erlang.el.orig	Sun Mar 31 11:42:59 2002
+++ lib/emacs/erlang.el	Sun Mar 31 11:42:49 2002
@@@@ -5242,7 +5242,7 @@@@
       (let ((msg nil))
 	(while (save-excursion
 		 (goto-char (process-mark inferior-erlang-process))
-		 (beginning-of-line)
+		 (forward-line 0)
 		 (not (looking-at comint-prompt-regexp)))
 	  (if msg
 	      ()
@


1.1
log
@Update port to version 8.0 (R8B-0).

Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@@vailsys.com> on the erlang mailing list).
@
text
@@

