Subject: CVS commit: src/lib/libedit
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/13/2004 12:10:39
Module Name:	src
Committed By:	mycroft
Date:		Fri Aug 13 12:10:39 UTC 2004

Modified Files:
	src/lib/libedit: chared.c chared.h emacs.c map.c tty.c vi.c

Log Message:
Delete-previous-char and delete-next-char without an argument are not supposed
to modify the yank buffer in Emacs.  Make it so.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/libedit/chared.c
cvs rdiff -r1.13 -r1.14 src/lib/libedit/chared.h
cvs rdiff -r1.16 -r1.17 src/lib/libedit/emacs.c
cvs rdiff -r1.19 -r1.20 src/lib/libedit/map.c src/lib/libedit/vi.c
cvs rdiff -r1.20 -r1.21 src/lib/libedit/tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.