Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix typo in running coding hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 11, 2009
1 parent b2ffdf1 commit f5a0b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-defuns.el
Expand Up @@ -85,7 +85,7 @@ Symbols matching the text at point are put first in the completion list."


(defun run-coding-hook () (defun run-coding-hook ()
"Enable things that are convenient across all coding buffers." "Enable things that are convenient across all coding buffers."
(run-hooks coding-hook)) (run-hooks 'coding-hook))


(defun untabify-buffer () (defun untabify-buffer ()
(interactive) (interactive)
Expand Down

0 comments on commit f5a0b03

Please sign in to comment.