]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-browse-mode): Add `special' mode-class property.
authorDave Love <fx@gnu.org>
Thu, 26 Oct 2000 09:39:10 +0000 (09:39 +0000)
committerDave Love <fx@gnu.org>
Thu, 26 Oct 2000 09:39:10 +0000 (09:39 +0000)
lisp/ChangeLog
lisp/wid-browse.el

index d971cbf963874cce49831510538875bfc908c4f1..19758790e556062061d45a42fd7fe461ecd2c007 100644 (file)
@@ -1,3 +1,12 @@
+2000-10-26  Dave Love  <fx@gnu.org>
+
+       * cus-edit.el (custom-mode): Add `special' mode-class property.
+
+       * wid-browse.el (widget-browse-mode): Likewise.
+
+       * wid-edit.el (widget-specify-field): Revert to using local-map
+       property, not keymap.
+
 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
 
        * wid-edit.el (widget-field-end): When checking for a `boundary'
index cf98e2b3764a332f92dc94dac557b4c87b660edc..fb573fe814c47f0dbf0fb214740b5546c4579c06 100644 (file)
@@ -86,6 +86,8 @@ if that value is non-nil."
   (easy-menu-add widget-browse-mode-menu)
   (run-hooks 'widget-browse-mode-hook))
 
+(put 'widget-browse-mode 'mode-class 'special)
+
 ;;; Commands.
 
 ;;;###autoload