mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(shell-mode): Only change the buffer-local value of
comint-dynamic-complete-functions.
This commit is contained in:
parent
1daf0ddeff
commit
898cfc1d8a
1 changed files with 2 additions and 1 deletions
|
|
@ -423,7 +423,8 @@ buffer."
|
|||
(setq comint-delimiter-argument-list shell-delimiter-argument-list)
|
||||
(setq comint-file-name-chars shell-file-name-chars)
|
||||
(setq comint-file-name-quote-list shell-file-name-quote-list)
|
||||
(setq comint-dynamic-complete-functions shell-dynamic-complete-functions)
|
||||
(set (make-local-variable 'comint-dynamic-complete-functions)
|
||||
shell-dynamic-complete-functions)
|
||||
(set (make-local-variable 'paragraph-separate) "\\'")
|
||||
(make-local-variable 'paragraph-start)
|
||||
(setq paragraph-start comint-prompt-regexp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue