changeset 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 05708d980e7a
children 3848ecb8352f
files lisp/calc/calc-yank.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)