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
f3b757f5
Commit
f3b757f5
authored
Dec 01, 2009
by
Stefan Monnier
Browse files
(pcomplete/cd): Complete more than one argument, just in case.
parent
a2877f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/pcmpl-unix.el
lisp/pcmpl-unix.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f3b757f5
2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
* pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
in case.
* pcomplete.el (pcomplete-std-complete): Don't try to complete past
the last element.
...
...
lisp/pcmpl-unix.el
View file @
f3b757f5
...
...
@@ -51,7 +51,7 @@ with the SSH option \"HashKnownHosts no\"."
;;;###autoload
(
defun
pcomplete/cd
()
"Completion for `cd'."
(
pcomplete-here
(
pcomplete-dirs
)))
(
while
(
pcomplete-here
(
pcomplete-dirs
)))
)
;;;###autoload
(
defalias
'pcomplete/pushd
'pcomplete/cd
)
...
...
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