changeset 32905:c197a16ba190

(widget-browse-mode): Add `special' mode-class property.
author Dave Love <fx@gnu.org>
date Thu, 26 Oct 2000 09:38:22 +0000
parents 2109c5fb0c3f
children 9bffa6f30b0b
files lisp/wid-browse.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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