# HG changeset patch # User Dave Love # Date 972552739 0 # Node ID 2109c5fb0c3f0f6c72844da7f0dc248e00079a74 # Parent 63244e8732b330a04e63c85dacb83f6664fa5693 (custom-mode): Add `special' mode-class property. diff -r 63244e8732b3 -r 2109c5fb0c3f lisp/cus-edit.el --- a/lisp/cus-edit.el Thu Oct 26 09:21:21 2000 +0000 +++ b/lisp/cus-edit.el Thu Oct 26 09:32:19 2000 +0000 @@ -3757,6 +3757,8 @@ (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) (run-hooks 'custom-mode-hook)) +(put 'custom-mode 'mode-class 'special) + (add-to-list 'debug-ignored-errors "^No user options have changed defaults in recent Emacs versions$")