Mercurial > hg > xemacs-beta
diff man/widget.texi @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | bfd6434d15b3 |
children | 489f57a838ef |
line wrap: on
line diff
--- a/man/widget.texi Mon Aug 13 09:54:24 2007 +0200 +++ b/man/widget.texi Mon Aug 13 09:55:28 2007 +0200 @@ -13,7 +13,7 @@ @comment node-name, next, previous, up @top The Emacs Widget Library -Version: 1.9954 +Version: 1.9956 @menu * Introduction:: @@ -292,6 +292,10 @@ (make-local-variable 'widget-example-repeat) (let ((inhibit-read-only t)) (erase-buffer)) + (let ((all (overlay-lists))) + ;; Delete all the overlays. + (mapcar 'delete-overlay (car all)) + (mapcar 'delete-overlay (cdr all))) (widget-insert "Here is some documentation.\n\nName: ") (widget-create 'editable-field :size 13