Mercurial > emacs
diff lisp/ChangeLog @ 108033:1545dcb1c3b7
Fix Bug#5840.
* icomplete.el (icomplete-completions): Use `non-essential'.
* net/tramp.el (tramp-connectable-p): New defun.
(tramp-handle-expand-file-name)
(tramp-completion-handle-file-name-all-completions)
(tramp-completion-handle-file-name-completion): Use it.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Wed, 21 Apr 2010 21:48:42 +0200 |
parents | e61497621f0d |
children | 6469bf1a3a10 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 21 12:32:54 2010 -0700 +++ b/lisp/ChangeLog Wed Apr 21 21:48:42 2010 +0200 @@ -1,3 +1,14 @@ +2010-04-21 Michael Albinus <michael.albinus@gmx.de> + + Fix Bug#5840. + + * icomplete.el (icomplete-completions): Use `non-essential'. + + * net/tramp.el (tramp-connectable-p): New defun. + (tramp-handle-expand-file-name) + (tramp-completion-handle-file-name-all-completions) + (tramp-completion-handle-file-name-completion): Use it. + 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.