diff lisp/calc/calc-yank.el @ 62748:8fd2f1761d1c

(calc-edit-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 13:27:35 +0000
parents a17f83f2c421
children 1db49616ce05 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/calc/calc-yank.el	Thu May 26 13:25:51 2005 +0000
+++ b/lisp/calc/calc-yank.el	Thu May 26 13:27:35 2005 +0000
@@ -447,7 +447,7 @@
     (setq truncate-lines nil)
     (setq major-mode 'calc-edit-mode)
     (setq mode-name "Calc Edit")
-    (run-hooks 'calc-edit-mode-hook)
+    (run-mode-hooks 'calc-edit-mode-hook)
     (make-local-variable 'calc-original-buffer)
     (setq calc-original-buffer oldbuf)
     (make-local-variable 'calc-return-buffer)