We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
goto-char
1 parent 40f5a50 commit 2fa3fe1Copy full SHA for 2fa3fe1
ess-stata-mode.el
@@ -157,8 +157,8 @@ This function is placed in `ess-presend-filter-functions'."
157
(ess-send-string inf-proc "q")
158
(ess-wait-for-process inf-proc t))
159
(ess-send-string inf-proc "set more off")
160
- (goto-char (point-max))
161
(with-current-buffer inf-buf
+ (goto-char (point-max))
162
(add-hook 'ess-presend-filter-functions 'ess-sta-remove-comments nil 'local)
163
(run-mode-hooks 'ess-stata-post-run-hook))
164
inf-buf))
0 commit comments