Home | History | Annotate | Download | only in misc

Lines Matching defs:hook

95 (defun netbsd-knf-write-contents-hook ()
104 (remove-hook 'write-contents-hook 'netbsd-knf-write-contents-hook))
107 (defun netbsd-knf-c-mode-hook ()
120 (add-hook 'write-contents-hooks 'netbsd-knf-write-contents-hook))
122 (add-hook 'c-mode-hook 'netbsd-knf-c-mode-hook)