Mercurial > hg > xemacs-beta
comparison lisp/custom/widget.el @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 9f59509498e1 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
2 ;; | 2 ;; |
3 ;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1996, 1997 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.68 | 7 ;; Version: 1.69 |
8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ | 8 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ |
9 | 9 |
10 ;;; Commentary: | 10 ;;; Commentary: |
11 ;; | 11 ;; |
12 ;; If you want to use this code, please visit the URL above. | 12 ;; If you want to use this code, please visit the URL above. |
44 :entry-to :help-echo :documentation-property :hide-front-space | 44 :entry-to :help-echo :documentation-property :hide-front-space |
45 :hide-rear-space :tab-order) | 45 :hide-rear-space :tab-order) |
46 | 46 |
47 ;; These autoloads should be deleted when the file is added to Emacs. | 47 ;; These autoloads should be deleted when the file is added to Emacs. |
48 (unless (fboundp 'load-gc) | 48 (unless (fboundp 'load-gc) |
49 (autoload 'widget-apply "wid-edit") | |
49 (autoload 'widget-create "wid-edit") | 50 (autoload 'widget-create "wid-edit") |
50 (autoload 'widget-insert "wid-edit") | 51 (autoload 'widget-insert "wid-edit") |
51 (autoload 'widget-browse "wid-browse" nil t) | 52 (autoload 'widget-browse "wid-browse" nil t) |
52 (autoload 'widget-browse-at "wid-browse" nil t)) | 53 (autoload 'widget-browse-at "wid-browse" nil t)) |
53 | 54 |