Mercurial > hg > xemacs-beta
comparison lisp/custom/widget-example.el @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
27:0a3286277d9b | 28:1917ad0d78d7 |
---|---|
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." |