comparison lisp/progmodes/octave-inf.el @ 90188:01137c1fdbe9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 324-352) - Merge from gnus--rel--5.10 - Update from CVS - etc/emacs-buffer.gdb: Remove RCS keywords * gnus--rel--5.10 (patch 70-79) - Update from CVS - Merge from emacs--cvs-trunk--0
author Miles Bader <miles@gnu.org>
date Mon, 06 Jun 2005 02:39:45 +0000
parents 68c22ea6027c f2892faa87d4
children a1b34dec1104
comparison
equal deleted inserted replaced
90187:587ea1490d70 90188:01137c1fdbe9
156 comint-input-filter-functions '(inferior-octave-directory-tracker) 156 comint-input-filter-functions '(inferior-octave-directory-tracker)
157 comint-dynamic-complete-functions 157 comint-dynamic-complete-functions
158 inferior-octave-dynamic-complete-functions) 158 inferior-octave-dynamic-complete-functions)
159 (comint-read-input-ring t) 159 (comint-read-input-ring t)
160 160
161 (run-hooks 'inferior-octave-mode-hook)) 161 (run-mode-hooks 'inferior-octave-mode-hook))
162 162
163 ;;;###autoload 163 ;;;###autoload
164 (defun inferior-octave (&optional arg) 164 (defun inferior-octave (&optional arg)
165 "Run an inferior Octave process, I/O via `inferior-octave-buffer'. 165 "Run an inferior Octave process, I/O via `inferior-octave-buffer'.
166 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'. 166 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.