Mercurial > hg > xemacs-beta
comparison lisp/custom/widget-example.el @ 106:8ff55ebd4be9 r20-1b5
Import from CVS: tag r20-1b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:17:26 +0200 |
parents | a145efe76779 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
105:e59cf502fb45 | 106:8ff55ebd4be9 |
---|---|
2 | 2 |
3 ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1996 Free Software Foundation, Inc. |
4 ;; | 4 ;; |
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
6 ;; Keywords: help, extensions, faces, hypermedia | 6 ;; Keywords: help, extensions, faces, hypermedia |
7 ;; Version: 1.46 | 7 ;; Version: 1.50 |
8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ | 8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ |
9 | 9 |
10 (require 'widget) | 10 (require 'widget) |
11 | 11 |
12 (eval-when-compile | 12 (eval-when-compile |
13 (require 'widget-edit)) | 13 (require 'wid-edit)) |
14 | 14 |
15 (defvar widget-example-repeat) | 15 (defvar widget-example-repeat) |
16 | 16 |
17 (defun widget-example () | 17 (defun widget-example () |
18 "Create the widgets from the Widget manual." | 18 "Create the widgets from the Widget manual." |