diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-12 17:51:31 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-12 17:51:31 +0000 |
commit | bd042c030f6530726313e4ff55065df7e2ee41a9 (patch) | |
tree | abb71fe08c194635b74c71d314bcc23c319790b3 /lisp/widget.el | |
parent | c5292bc831ae97cd0d99234c039c9309c05af2a6 (diff) | |
download | emacs-bd042c030f6530726313e4ff55065df7e2ee41a9.tar.gz |
Sync with 1.84.
Diffstat (limited to 'lisp/widget.el')
-rw-r--r-- | lisp/widget.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/widget.el b/lisp/widget.el index 4e1f2ca804c..7acd239578b 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.71 +;; Version: 1.84 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ ;;; Commentary: @@ -27,8 +27,8 @@ (set (car keywords) (car keywords))) (setq keywords (cdr keywords))))))) -(define-widget-keywords :deactivate :active :inactive :activate - :sibling-args :delete-button-args +(define-widget-keywords :text-format :deactivate :active :inactive + :activate :sibling-args :delete-button-args :insert-button-args :append-button-args :button-args :tag-glyph :off-glyph :on-glyph :valid-regexp :secret :sample-face :sample-face-get :case-fold :widget-doc @@ -50,6 +50,7 @@ (autoload 'widget-create "wid-edit") (autoload 'widget-insert "wid-edit") (autoload 'widget-browse "wid-browse" nil t) + (autoload 'widget-browse-other-window "wid-browse" nil t) (autoload 'widget-browse-at "wid-browse" nil t)) (defun define-widget (name class doc &rest args) |