diff options
| author | Richard M. Stallman | 1997-04-22 04:45:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-22 04:45:17 +0000 |
| commit | e09735aadfa9da01863133b867f8a4907d57ca38 (patch) | |
| tree | e7bd5d40a7d405764de379a3392d388288a969e5 | |
| parent | a80d3563db68b72dbd40efc2c9f47a710a4bf867 (diff) | |
| download | emacs-e09735aadfa9da01863133b867f8a4907d57ca38.tar.gz emacs-e09735aadfa9da01863133b867f8a4907d57ca38.zip | |
(inferior-octave-output-list): Declare here
to avoid compiler warnings.
(inferior-octave-output-string): Likewise.
(inferior-octave-receive-in-progress): Likewise.
| -rw-r--r-- | lisp/progmodes/octave-mod.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index 936035866da..f628a8896c3 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el | |||
| @@ -41,6 +41,10 @@ | |||
| 41 | 41 | ||
| 42 | ;;; Code: | 42 | ;;; Code: |
| 43 | 43 | ||
| 44 | (defvar inferior-octave-output-list nil) | ||
| 45 | (defvar inferior-octave-output-string nil) | ||
| 46 | (defvar inferior-octave-receive-in-progress nil) | ||
| 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.") |