aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-10-26 09:32:19 +0000
committerDave Love2000-10-26 09:32:19 +0000
commit7f352f861c78a5574bc0975fea71dd6bc744a994 (patch)
treeb36e4dab8cd406d008d9449519859dcb2e1546c4
parent5701edda1ed4ce2a21124dfb6ddbaf919089485a (diff)
downloademacs-7f352f861c78a5574bc0975fea71dd6bc744a994.tar.gz
emacs-7f352f861c78a5574bc0975fea71dd6bc744a994.zip
(custom-mode): Add `special' mode-class property.
-rw-r--r--lisp/cus-edit.el2
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."
3757 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) 3757 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t)
3758 (run-hooks 'custom-mode-hook)) 3758 (run-hooks 'custom-mode-hook))
3759 3759
3760(put 'custom-mode 'mode-class 'special)
3761
3760(add-to-list 3762(add-to-list
3761 'debug-ignored-errors 3763 'debug-ignored-errors
3762 "^No user options have changed defaults in recent Emacs versions$") 3764 "^No user options have changed defaults in recent Emacs versions$")