File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ This function is placed in `ess-presend-filter-functions'."
166166 " Inferior `stata' mode."
167167 :group 'ess-proc
168168 (ess-setq-vars-local STA-customize-alist)
169+ (setq comint-prompt-regexp (concat " ^" inferior-ess-prompt))
169170 (setq-local comint-use-prompt-regexp t )
170171 (setq font-lock-defaults '(ess-STA-mode-font-lock-defaults nil nil ((?\. . " w" )))))
171172
@@ -175,6 +176,7 @@ This function is placed in `ess-presend-filter-functions'."
175176 :group 'ess-Stata
176177 :syntax-table ess-stata-mode-syntax-table
177178 (ess-setq-vars-local STA-customize-alist)
179+ (setq comint-prompt-regexp (concat " ^" inferior-ess-prompt))
178180 (setq-local comint-use-prompt-regexp t )
179181 (setq-local comment-column 40 )
180182 (setq-local comment-end " */" )
You can’t perform that action at this time.
0 commit comments