summaryrefslogtreecommitdiff
path: root/lisp/widget.el
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>1997-06-04 11:43:32 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>1997-06-04 11:43:32 +0000
commitc32de15e6d7023c2de1e5f4b2cd2e32160224115 (patch)
treef822d68bdbcf6385644d806a807db64eec475a26 /lisp/widget.el
parent0ce5b5d5c435b11caaf72068bd6b35338736d02b (diff)
downloademacs-c32de15e6d7023c2de1e5f4b2cd2e32160224115.tar.gz
Synched with 1.9908.
Diffstat (limited to 'lisp/widget.el')
-rw-r--r--lisp/widget.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/widget.el b/lisp/widget.el
index c6134e8d724..c3dfeb86d65 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -4,7 +4,7 @@
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: help, extensions, faces, hypermedia
-;; Version: 1.9905
+;; Version: 1.9908
;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
;; This file is part of GNU Emacs.
@@ -44,7 +44,8 @@
(set (car keywords) (car keywords)))
(setq keywords (cdr keywords)))))))
-(define-widget-keywords :button-overlay :field-overlay
+(define-widget-keywords :complete-function :complete :button-overlay
+ :field-overlay
:documentation-shown :button-prefix
:button-suffix :mouse-down-action :glyph-up :glyph-down :glyph-inactive
:prompt-internal :prompt-history :prompt-match
@@ -62,8 +63,7 @@
:indent :size :value-to-external :validate :error :directory
:must-match :type-error :value-inline :inline :match-inline :greedy
:button-face-get :button-face :value-face :keymap :entry-from
- :entry-to :help-echo :documentation-property :hide-front-space
- :hide-rear-space :tab-order)
+ :entry-to :help-echo :documentation-property :tab-order)
;; These autoloads should be deleted when the file is added to Emacs.
(unless (fboundp 'load-gc)