summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-26 15:16:00 +0000
committerLute Kamstra <lute@gnu.org>2005-05-26 15:16:00 +0000
commit0124295f1708bf9b5baa71a460cca60b3cf2577a (patch)
tree5ef3afd3a244246ed5463a563d1d3df68e0b9cbc /lisp/international
parent5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7 (diff)
downloademacs-0124295f1708bf9b5baa71a460cca60b3cf2577a.tar.gz
Use run-mode-hooks.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/swedish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el
index 7f300da9c45..29ef995a6d1 100644
--- a/lisp/international/swedish.el
+++ b/lisp/international/swedish.el
@@ -131,7 +131,7 @@ Leaves point just after the word that looks Swedish."
; (setq major-mode 'swedish-mode)
; (setq local-abbrev-table swedish-mode-abbrev-table)
; (set-syntax-table text-mode-syntax-table)
-; (run-hooks 'text-mode-hook))
+; (run-mode-hooks 'text-mode-hook))
;(defun indented-swedish-mode ()
; "Major mode for editing indented Swedish text intended for
@@ -149,7 +149,7 @@ Leaves point just after the word that looks Swedish."
; (use-local-map indented-text-mode-map)
; (setq mode-name "Indented Swedish")
; (setq major-mode 'indented-swedish-mode)
-; (run-hooks 'text-mode-hook))
+; (run-mode-hooks 'text-mode-hook))
(provide 'swedish)