diff options
| author | Dave Love | 2000-10-26 09:39:10 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-26 09:39:10 +0000 |
| commit | e9f63196af080c981ac9a45799273dd57b74ec3e (patch) | |
| tree | f2c6be2206834211db61b184c9a510ff4f4f3e6a | |
| parent | 7f352f861c78a5574bc0975fea71dd6bc744a994 (diff) | |
| download | emacs-e9f63196af080c981ac9a45799273dd57b74ec3e.tar.gz emacs-e9f63196af080c981ac9a45799273dd57b74ec3e.zip | |
(widget-browse-mode): Add `special' mode-class property.
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/wid-browse.el | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d971cbf9638..19758790e55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-10-26 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-mode): Add `special' mode-class property. | ||
| 4 | |||
| 5 | * wid-browse.el (widget-browse-mode): Likewise. | ||
| 6 | |||
| 7 | * wid-edit.el (widget-specify-field): Revert to using local-map | ||
| 8 | property, not keymap. | ||
| 9 | |||
| 1 | 2000-10-26 Miles Bader <miles@lsi.nec.co.jp> | 10 | 2000-10-26 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 11 | ||
| 3 | * wid-edit.el (widget-field-end): When checking for a `boundary' | 12 | * wid-edit.el (widget-field-end): When checking for a `boundary' |
diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el index cf98e2b3764..fb573fe814c 100644 --- a/lisp/wid-browse.el +++ b/lisp/wid-browse.el | |||
| @@ -86,6 +86,8 @@ if that value is non-nil." | |||
| 86 | (easy-menu-add widget-browse-mode-menu) | 86 | (easy-menu-add widget-browse-mode-menu) |
| 87 | (run-hooks 'widget-browse-mode-hook)) | 87 | (run-hooks 'widget-browse-mode-hook)) |
| 88 | 88 | ||
| 89 | (put 'widget-browse-mode 'mode-class 'special) | ||
| 90 | |||
| 89 | ;;; Commands. | 91 | ;;; Commands. |
| 90 | 92 | ||
| 91 | ;;;###autoload | 93 | ;;;###autoload |