# HG changeset patch # User Gerd Moellmann # Date 997178252 0 # Node ID 950c1c407830aa25a97f97bbda9fc51bc46d52cc # Parent 06ad87abb7a410e1cd21dbdc5def285cd018b7e3 *** empty log message *** diff -r 06ad87abb7a4 -r 950c1c407830 lisp/ChangeLog --- 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 + * textmodes/paragraphs.el (forward-sentence): Avoid building + a regexp from sentence-end. From Kenichi Handa . + * progmodes/executable.el (executable-set-magic): If executable-find returns a quoted file name, unquote it before inserting it.