[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/cus-edit.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/cus-edit.el |
Date: |
Thu, 26 May 2005 08:40:45 -0400 |
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)