"No further undo information FOR REGION".
+2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
+
+ * simple.el (undo-more): When undo information for the region is
+ exhausted, say "No further undo information FOR REGION".
+
2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
* progmodes/sh-script.el (sh-prev-thing): Take
then call `undo-more' one or more times to undo them."
(or (listp pending-undo-list)
(error (concat "No further undo information"
- (and transient-mark-mode mark-active
- " for region"))))
+ (and undo-in-region " for region"))))
(let ((undo-in-progress t))
(setq pending-undo-list (primitive-undo n pending-undo-list))
(if (null pending-undo-list)