changeset 62734:ff8adc9b90d0

(ledit-from-lisp-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 13:02:42 +0000
parents 545cba9e95d4
children 86807c2c8e61
files lisp/ledit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ledit.el	Thu May 26 13:01:03 2005 +0000
+++ b/lisp/ledit.el	Thu May 26 13:02:42 2005 +0000
@@ -152,7 +152,7 @@
   (use-local-map ledit-mode-map)
   (setq mode-name "Ledit")
   (setq major-mode 'ledit-mode)
-  (run-hooks 'ledit-mode-hook))
+  (run-mode-hooks 'ledit-mode-hook))
 
 (provide 'ledit)