]> code.delx.au - gnu-emacs/blobdiff - lisp/pcmpl-unix.el
Minor fixes in w32-shell-execute.
[gnu-emacs] / lisp / pcmpl-unix.el
index 3af22c82dfbf90f983c63e57f2e83bd4dea087a6..4fc2f84c1c97f457262fdfde37f6a91de6b77769 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcmpl-unix.el --- standard UNIX completions
 
-;; Copyright (C) 1999-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 ;; Package: pcomplete
 
@@ -205,8 +205,8 @@ Includes files as well as host names followed by a colon."
                           ;; Avoid connecting to the remote host when we're
                           ;; only completing the host name.
                           (list string)
-                        (comint--table-subvert (pcomplete-all-entries)
-                                               "" "/ssh:")))
+                        (completion-table-subvert (pcomplete-all-entries)
+                                                   "" "/ssh:")))
                       ((string-match "/" string) ; Local file name.
                        (pcomplete-all-entries))
                       (t                ;Host name or local file name.