]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-mode): Add `special' mode-class property.
authorDave Love <fx@gnu.org>
Thu, 26 Oct 2000 09:32:19 +0000 (09:32 +0000)
committerDave Love <fx@gnu.org>
Thu, 26 Oct 2000 09:32:19 +0000 (09:32 +0000)
lisp/cus-edit.el

index 0f697e10502074aa9e055262e60b54bf993699a0..da0ee18b2d7278685c84d947e23c9297a7bdcacd 100644 (file)
@@ -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$")