comparison lisp/custom/widget.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children d620409f5eb8
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
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.59 7 ;; Version: 1.63
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.
39 :delete-at :format-handler :widget :value-pos :value-to-internal 39 :delete-at :format-handler :widget :value-pos :value-to-internal
40 :indent :size :value-to-external :validate :error :directory 40 :indent :size :value-to-external :validate :error :directory
41 :must-match :type-error :value-inline :inline :match-inline :greedy 41 :must-match :type-error :value-inline :inline :match-inline :greedy
42 :button-face-get :button-face :value-face :keymap :entry-from 42 :button-face-get :button-face :value-face :keymap :entry-from
43 :entry-to :help-echo :documentation-property :hide-front-space 43 :entry-to :help-echo :documentation-property :hide-front-space
44 :hide-rear-space) 44 :hide-rear-space :tab-order)
45 45
46 ;; These autoloads should be deleted when the file is added to Emacs. 46 ;; These autoloads should be deleted when the file is added to Emacs.
47 (unless (fboundp 'load-gc) 47 (unless (fboundp 'load-gc)
48 (autoload 'widget-create "wid-edit") 48 (autoload 'widget-create "wid-edit")
49 (autoload 'widget-insert "wid-edit") 49 (autoload 'widget-insert "wid-edit")