mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(inferior-octave-output-list): Declare here
to avoid compiler warnings. (inferior-octave-output-string): Likewise. (inferior-octave-receive-in-progress): Likewise.
This commit is contained in:
parent
a80d3563db
commit
e09735aadf
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defvar inferior-octave-output-list nil)
|
||||
(defvar inferior-octave-output-string nil)
|
||||
(defvar inferior-octave-receive-in-progress nil)
|
||||
|
||||
(defconst octave-maintainer-address
|
||||
"Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>, bug-gnu-emacs@prep.ai.mit.edu"
|
||||
"Current maintainer of the Emacs Octave package.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue