]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-octave-mode): Use delay-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Tue, 14 Jun 2005 12:07:24 +0000 (12:07 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 14 Jun 2005 12:07:24 +0000 (12:07 +0000)
lisp/progmodes/octave-inf.el

index 250d00171f2e90eb5293abfe670dc8d6dce1d3b5..a45976eef322e6b2c011f62ac7a25f24079dfdf8 100644 (file)
@@ -129,7 +129,7 @@ buffer.
 Entry to this mode successively runs the hooks `comint-mode-hook' and
 `inferior-octave-mode-hook'."
   (interactive)
-  (comint-mode)
+  (delay-mode-hooks (comint-mode))
   (setq comint-prompt-regexp inferior-octave-prompt
        major-mode 'inferior-octave-mode
        mode-name "Inferior Octave"