diff options
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 50c9accb9ce..82a5e887bed 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -4276,7 +4276,7 @@ if that value is non-nil." | |||
| 4276 | (set (make-local-variable 'widget-link-prefix) "") | 4276 | (set (make-local-variable 'widget-link-prefix) "") |
| 4277 | (set (make-local-variable 'widget-link-suffix) "")) | 4277 | (set (make-local-variable 'widget-link-suffix) "")) |
| 4278 | (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) | 4278 | (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) |
| 4279 | (run-hooks 'custom-mode-hook)) | 4279 | (run-mode-hooks 'custom-mode-hook)) |
| 4280 | 4280 | ||
| 4281 | (put 'custom-mode 'mode-class 'special) | 4281 | (put 'custom-mode 'mode-class 'special) |
| 4282 | 4282 | ||