comparison lisp/cus-edit.el @ 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 105ad8d20e29
children 3b8c8450514e
comparison
equal deleted inserted replaced
32903:63244e8732b3 32904:2109c5fb0c3f
3755 (set (make-local-variable 'widget-link-suffix) "")) 3755 (set (make-local-variable 'widget-link-suffix) ""))
3756 (make-local-hook 'widget-edit-functions) 3756 (make-local-hook 'widget-edit-functions)
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$")
3763 3765
3764 ;;; The End. 3766 ;;; The End.