# HG changeset patch # User Miles Bader # Date 972546286 0 # Node ID 2c1711e23e22e52a27aabada7fdc630e13bbabdc # Parent 5e2b0129cfdef17f459eeae468c074bfe41e7352 *** empty log message *** diff -r 5e2b0129cfde -r 2c1711e23e22 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 26 07:43:52 2000 +0000 +++ b/lisp/ChangeLog Thu Oct 26 07:44:46 2000 +0000 @@ -1,5 +1,10 @@ 2000-10-26 Miles Bader + * simple.el (undo): Correctly distinguish between numeric and + non-numeric prefix args in non-transient-mark-mode, as per the doc + string. When in transient-mark-mode, treat all prefix-args as + numeric. + * simple.el (previous-matching-history-element): Position point on match. Handle N == 0 correctly. Miscellaneous cleanup.