summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-26 09:32:19 +0000
committerDave Love <fx@gnu.org>2000-10-26 09:32:19 +0000
commit9080d6e6cddca376cbd4088f25303384311c18cf (patch)
treea6d69d336af77c789c4d6cdcd4bb59bbeddc85ba /lisp/cus-edit.el
parent6e2be64c55eff127b05307ef2239f1325444c258 (diff)
downloademacs-9080d6e6cddca376cbd4088f25303384311c18cf.tar.gz
(custom-mode): Add `special' mode-class property.
Diffstat (limited to 'lisp/cus-edit.el')
-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."
(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$")