From: Dave Love Date: Thu, 26 Oct 2000 09:32:19 +0000 (+0000) Subject: (custom-mode): Add `special' mode-class property. X-Git-Tag: emacs-pretest-21.0.90~556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f352f861c78a5574bc0975fea71dd6bc744a994;p=emacs.git (custom-mode): Add `special' mode-class property. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0f697e10502..da0ee18b2d7 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3757,6 +3757,8 @@ if that value is non-nil." (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$")