changeset 38716:950c1c407830

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Aug 2001 09:57:32 +0000
parents 06ad87abb7a4
children 152fbfce2115
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 07 09:57:07 2001 +0000
+++ b/lisp/ChangeLog	Tue Aug 07 09:57:32 2001 +0000
@@ -1,5 +1,8 @@
 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
 
+	* textmodes/paragraphs.el (forward-sentence): Avoid building
+	a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
+
 	* progmodes/executable.el (executable-set-magic): If 
 	executable-find returns a quoted file name, unquote it before
 	inserting it.