From: Daniel Colascione Date: Thu, 27 Feb 2014 05:20:20 +0000 (-0800) Subject: Fix tramp bug with empty explicit path X-Git-Tag: emacs-24.3.90~357^2~7^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51f213c35fbd45fbf068f2667b8af7ba31c29de4;p=emacs.git Fix tramp bug with empty explicit path --- 51f213c35fbd45fbf068f2667b8af7ba31c29de4 diff --cc lisp/ChangeLog index 91eea5301bf,a74e9823799..3182666b483 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,8 -1,8 +1,15 @@@ + 2014-02-27 Daniel Colascione + ++ * minibuffer.el (completion--nth-completion): Fix indentation. ++ + * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when + explicit tramp path is empty. + +2014-02-27 Glenn Morris + + * emacs-lisp/crm.el (completing-read-multiple): + Empower help-enable-auto-load. + 2014-02-26 Glenn Morris * startup.el (command-line): Don't init the tty in daemon mode.