Mercurial > hg > octave-lyh
comparison emacs/octave-mod.el @ 3093:83ab3f9ff43d
[project @ 1997-10-17 09:44:23 by jwe]
author | jwe |
---|---|
date | Fri, 17 Oct 1997 09:44:29 +0000 |
parents | 4bb976b250bf |
children | fccab8e7d35f |
comparison
equal
deleted
inserted
replaced
3092:4bb976b250bf | 3093:83ab3f9ff43d |
---|---|
1 ;; octave-mod.el --- editing Octave source files under Emacs | 1 ;;; octave-mod.el --- editing Octave source files under Emacs |
2 | 2 |
3 ;;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1997 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 5 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
6 ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
7 ;; Maintainer: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 7 ;; Maintainer: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
8 ;; Keywords: languages | 8 ;; Keywords: languages |
38 | 38 |
39 ;; See the documentation of `octave-mode', `octave-help' and | 39 ;; See the documentation of `octave-mode', `octave-help' and |
40 ;; `run-octave' for further information on usage and customization. | 40 ;; `run-octave' for further information on usage and customization. |
41 | 41 |
42 ;;; Code: | 42 ;;; Code: |
43 | |
44 (defvar inferior-octave-output-list nil) | |
45 (defvar inferior-octave-output-string nil) | |
46 (defvar inferior-octave-receive-in-progress nil) | |
43 | 47 |
44 (defconst octave-maintainer-address | 48 (defconst octave-maintainer-address |
45 "Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>, bug-gnu-emacs@prep.ai.mit.edu" | 49 "Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>, bug-gnu-emacs@prep.ai.mit.edu" |
46 "Current maintainer of the Emacs Octave package.") | 50 "Current maintainer of the Emacs Octave package.") |
47 | 51 |