Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.221 emacs/lisp/cus-edit.el:1.222
*** emacs/lisp/cus-edit.el:1.221        Tue May 10 09:09:58 2005
--- emacs/lisp/cus-edit.el      Thu May 26 12:40:44 2005
***************
*** 4276,4282 ****
      (set (make-local-variable 'widget-link-prefix) "")
      (set (make-local-variable 'widget-link-suffix) ""))
    (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t)
!   (run-hooks 'custom-mode-hook))
  
  (put 'custom-mode 'mode-class 'special)
  
--- 4276,4282 ----
      (set (make-local-variable 'widget-link-prefix) "")
      (set (make-local-variable 'widget-link-suffix) ""))
    (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t)
!   (run-mode-hooks 'custom-mode-hook))
  
  (put 'custom-mode 'mode-class 'special)
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to