mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
Use completion-at-point
instead of comint-dynamic-complete
in shell completion
This commit is contained in:
parent
53df7818c0
commit
799aa2afb2
@ -1799,7 +1799,7 @@ to complete."
|
||||
(buffer-substring (comint-line-beginning-position)
|
||||
(point-marker)))
|
||||
(indent-for-tab-command)
|
||||
(comint-dynamic-complete)))
|
||||
(completion-at-point)))
|
||||
|
||||
|
||||
;;; PDB Track integration
|
||||
|
Loading…
Reference in New Issue
Block a user