Mercurial > hg > xemacs-beta
comparison lisp/cus-edit.el @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 78f53ef88e17 |
children | 262b8bb4a523 |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
1162 (widget-create 'custom-group | 1162 (widget-create 'custom-group |
1163 :custom-last t | 1163 :custom-last t |
1164 :custom-state 'unknown | 1164 :custom-state 'unknown |
1165 :tag (custom-unlispify-tag-name group) | 1165 :tag (custom-unlispify-tag-name group) |
1166 :value group)) | 1166 :value group)) |
1167 (widget-add-change) | |
1167 (goto-char (point-min))) | 1168 (goto-char (point-min))) |
1168 | 1169 |
1169 (define-widget 'custom-browse-visibility 'item | 1170 (define-widget 'custom-browse-visibility 'item |
1170 "Control visibility of of items in the customize tree browser." | 1171 "Control visibility of of items in the customize tree browser." |
1171 :format "%[[%t]%]" | 1172 :format "%[[%t]%]" |