# HG changeset patch # User Dave Love # Date 972553102 0 # Node ID c197a16ba1900c905b74e492d7c6f305115d4469 # Parent 2109c5fb0c3f0f6c72844da7f0dc248e00079a74 (widget-browse-mode): Add `special' mode-class property. diff -r 2109c5fb0c3f -r c197a16ba190 lisp/wid-browse.el --- a/lisp/wid-browse.el Thu Oct 26 09:32:19 2000 +0000 +++ b/lisp/wid-browse.el Thu Oct 26 09:38:22 2000 +0000 @@ -86,6 +86,8 @@ (easy-menu-add widget-browse-mode-menu) (run-hooks 'widget-browse-mode-hook)) +(put 'widget-browse-mode 'mode-class 'special) + ;;; Commands. ;;;###autoload