+2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * wid-edit.el (widget-default-create): Insert new text at the
+ :from marker _after_ the marker, not before it.
+
2007-02-04 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
(widget-apply widget :value-create)))
(let ((from (point-min-marker))
(to (point-max-marker)))
- (set-marker-insertion-type from t)
+ (set-marker-insertion-type from nil)
(set-marker-insertion-type to nil)
(widget-put widget :from from)
(widget-put widget :to to)))