]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Oct 2011 18:39:16 +0000 (14:39 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 14 Oct 2011 18:39:16 +0000 (14:39 -0400)
lisp/ChangeLog
lisp/pcmpl-unix.el

index 9d9ae37d175032342ea8436cddd1dd2441766959..7f4462179ecb886878e85048f828fa6f34e4836f 100644 (file)
@@ -1,5 +1,7 @@
 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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.
 
index b466c2cd899dcd0952f270a4e76ceffc51bd094f..a34458506e239ec730b98b6d80383a883194fcbb 100644 (file)
@@ -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