diff options
author | Dave Love <fx@gnu.org> | 2000-10-26 09:32:19 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-26 09:32:19 +0000 |
commit | 7f352f861c78a5574bc0975fea71dd6bc744a994 (patch) | |
tree | b36e4dab8cd406d008d9449519859dcb2e1546c4 /lisp | |
parent | 5701edda1ed4ce2a21124dfb6ddbaf919089485a (diff) | |
download | emacs-7f352f861c78a5574bc0975fea71dd6bc744a994.tar.gz emacs-7f352f861c78a5574bc0975fea71dd6bc744a994.tar.bz2 emacs-7f352f861c78a5574bc0975fea71dd6bc744a994.zip |
(custom-mode): Add `special' mode-class property.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 2 insertions, 0 deletions
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$") |