mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
This commit is contained in:
parent
ee0b45e4c2
commit
3d1337be7b
2 changed files with 3 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ Uses both `pcmpl-ssh-config-file' and `pcmpl-ssh-known-hosts-file'."
|
|||
;;;###autoload
|
||||
(defun pcomplete/ssh ()
|
||||
"Completion rules for the `ssh' command."
|
||||
(pcomplete-opt "1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw" nil t)
|
||||
(pcomplete-opt "1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw")
|
||||
(pcomplete-here (pcmpl-ssh-hosts)))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue