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 996e6dc commit 9fbcc6aCopy full SHA for 9fbcc6a
1 file changed
Misc/python-mode.el
@@ -590,7 +590,7 @@ filter."
590
(progn
591
(require 'shell)
592
(switch-to-buffer-other-window
593
- (apply (if (boundp 'make-shell) 'make-shell 'make-comint)
+ (apply (if (fboundp 'make-shell) 'make-shell 'make-comint)
594
"Python" py-python-command nil))))
595
(make-local-variable 'shell-prompt-pattern)
596
(setq shell-prompt-pattern "^>>> \\|^\\.\\.\\. ")
0 commit comments