diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 594681594b0..8848a98fe5f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3755,6 +3755,8 @@ variable. | |||
| 3755 | (setq-local compilation-error-regexp-alist | 3755 | (setq-local compilation-error-regexp-alist |
| 3756 | python-shell-compilation-regexp-alist) | 3756 | python-shell-compilation-regexp-alist) |
| 3757 | (setq-local scroll-conservatively 1) | 3757 | (setq-local scroll-conservatively 1) |
| 3758 | (setq-local comint-dynamic-complete-functions | ||
| 3759 | '(comint-c-a-p-replace-by-expanded-history)) | ||
| 3758 | (add-hook 'completion-at-point-functions | 3760 | (add-hook 'completion-at-point-functions |
| 3759 | #'python-shell-completion-at-point nil 'local) | 3761 | #'python-shell-completion-at-point nil 'local) |
| 3760 | (define-key inferior-python-mode-map "\t" | 3762 | (define-key inferior-python-mode-map "\t" |