changeset 32904:2109c5fb0c3f

(custom-mode): Add `special' mode-class property.
author Dave Love <fx@gnu.org>
date Thu, 26 Oct 2000 09:32:19 +0000
parents 63244e8732b3
children c197a16ba190
files lisp/cus-edit.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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$")