aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2011-10-14 14:39:16 -0400
committerStefan Monnier2011-10-14 14:39:16 -0400
commit3d1337be7b53c158b3b6c4959fa9a7ed8f6f4ed6 (patch)
treec4c7376218fc2b2ac15af1c414cd66c08672fd07
parentee0b45e4c240590d0a6758731bbfda7a6caad5c2 (diff)
downloademacs-3d1337be7b53c158b3b6c4959fa9a7ed8f6f4ed6.tar.gz
emacs-3d1337be7b53c158b3b6c4959fa9a7ed8f6f4ed6.zip
* lisp/pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/pcmpl-unix.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d9ae37d175..7f4462179ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-10-14 Stefan Monnier <monnier@iro.umontreal.ca> 12011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4
3 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an 5 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4 empty buffer. 6 empty buffer.
5 7
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'."
185;;;###autoload 185;;;###autoload
186(defun pcomplete/ssh () 186(defun pcomplete/ssh ()
187 "Completion rules for the `ssh' command." 187 "Completion rules for the `ssh' command."
188 (pcomplete-opt "1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw" nil t) 188 (pcomplete-opt "1246AaCfgKkMNnqsTtVvXxYbcDeFiLlmOopRSw")
189 (pcomplete-here (pcmpl-ssh-hosts))) 189 (pcomplete-here (pcmpl-ssh-hosts)))
190 190
191;;;###autoload 191;;;###autoload