Skip to content

Commit 06f9401

Browse files
committed
Initialise inferior-STA-program and inferior-STA-start-args
1 parent 19cd9d7 commit 06f9401

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ess-stata-mode.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
(require 'ess-mode)
3636
(require 'ess-stata-lang)
3737

38+
(defvar inferior-STA-program
39+
"stata"
40+
"Program name for invoking an inferior ESS with \\[Stata].")
41+
42+
(defvar inferior-STA-start-args ""
43+
"String of arguments used when starting Stata.")
44+
3845
(defvar STA-dialect-name "stata"
3946
"Name of 'dialect' for Stata.");easily changeable in a user's .emacs
4047

0 commit comments

Comments
 (0)