# HG changeset patch # User Richard M. Stallman # Date 1031531318 0 # Node ID 10192cdcf7f04d63ae4c06865c6376bfe46414c9 # Parent 1a358c4f4b8b7e027cac348ee914e052b722706a *** empty log message *** diff -r 1a358c4f4b8b -r 10192cdcf7f0 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 09 00:28:24 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 09 00:28:38 2002 +0000 @@ -1,3 +1,23 @@ +2002-09-08 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil. + + * simple.el (undo-elt-in-region): Fix one-off error at END. + (forward-visible-line): Handle invisibility by ignoring + invisible newlines. Also include entire invisible lines beyond + the stopping point. + + * cus-edit.el (custom-save-variables, custom-save-faces): + Clarify the comments written into .emacs. + +2002-09-08 Markus Triska + + * play/doctor.el (doctor-doc): Recognize question words + and use qlist. Use doctor-shorten's return value. + (doctor-shorten): Compute a return value, don't alter `sent'. + (doctor-hates1): Add a question mark. + (doctor-strangelove): Unused function deleted. + 2002-09-08 Kim F. Storm * kmacro.el (kmacro-end-and-call-macro): New command to end and