]> git.eshelyaron.com Git - emacs.git/commit
Continue to fix bug#25607
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Feb 2017 18:42:34 +0000 (19:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Feb 2017 18:42:34 +0000 (19:42 +0100)
commitadfb6f1dc26a927cf4bab24bdfae54b51e3ae0ec
tree739d83cd439a34ab7745970d6f6e16cb52f931f2
parent6220faeb4e9be16b9dec728e72ea8dff2cfe35ba
Continue to fix bug#25607

* lisp/ido.el (ido-complete): Let-bind `non-essential' to nil.
(ido-file-name-all-completions-1): Do not bind `non-essential'.

* lisp/net/tramp.el: (tramp-completion-file-name-handler):
Improve autoloaded version.
(tramp-completion-file-name-handler): Remove old compat code.
Check only for `tramp-completion-mode-p'.
(tramp-completion-mode-p): Autoload.  Do not check any longer
for `last-input-event'.
(tramp-completion-handle-expand-file-name): Simplify.  (Bug#25607)
lisp/ido.el
lisp/net/tramp.el