Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4d82c9a commit 4dba7e2Copy full SHA for 4dba7e2
1 file changed
Misc/python-mode.el
@@ -1945,10 +1945,12 @@ local bindings to py-newline-and-indent."))
1945
(set-buffer pbuf)
1946
(goto-char (point-max))
1947
(move-marker (process-mark process) (point))
1948
- (if (not py-this-is-emacs-19-p)
+ (if (not (or py-this-is-emacs-19-p
1949
+ py-this-is-lucid-emacs-p))
1950
(move-marker last-input-start (point))) ; muck w/ shell-mode
1951
(funcall (process-filter process) process string)
1952
1953
1954
(move-marker last-input-end (point))) ; muck w/ shell-mode
1955
(set-buffer cbuf))
1956
(sit-for 0))
0 commit comments