changeset 32900:2c1711e23e22

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 26 Oct 2000 07:44:46 +0000
parents 5e2b0129cfde
children 182718ad9737
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <miles@lsi.nec.co.jp>
 
+	* 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.