From: Stefan Monnier Date: Fri, 14 Oct 2011 18:39:16 +0000 (-0400) Subject: * lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging. X-Git-Tag: emacs-pretest-24.0.91~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d1337be7b53c158b3b6c4959fa9a7ed8f6f4ed6;p=emacs.git * lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d9ae37d175..7f4462179ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-10-14 Stefan Monnier + * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging. + * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an empty buffer. diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index b466c2cd899..a34458506e2 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el @@ -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