Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5fd25c4
Commit
e5fd25c4
authored
Jul 23, 2008
by
Chong Yidong
Browse files
(shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).
parent
7cc48d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/shell.el
lisp/shell.el
+2
-1
No files found.
lisp/shell.el
View file @
e5fd25c4
...
...
@@ -191,7 +191,8 @@ This is a fine thing to set in your `.emacs' file.")
shell-dynamic-complete-environment-variable
shell-dynamic-complete-command
shell-replace-by-expanded-directory
shell-dynamic-complete-filename
)
shell-dynamic-complete-filename
comint-dynamic-complete-filename
)
"List of functions called to perform completion.
This variable is used to initialize `comint-dynamic-complete-functions' in the
shell buffer.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment