Mercurial > emacs
comparison lisp/ChangeLog @ 84833:b8f420afb6df
* net/tramp.el (tramp-completion-mode-p): Rename from
`tramp-completion-mode'. Revert logic, check `return', `newline'
and such alike. Packages like Icicles tend to use other completion
characters but `tab' and `space' only.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 24 Sep 2007 05:29:29 +0000 |
parents | 20b2468a2983 |
children | 32df74475189 |
comparison
equal
deleted
inserted
replaced
84832:70b23495453d | 84833:b8f420afb6df |
---|---|
1 2007-09-24 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-completion-mode-p): Rename from | |
4 `tramp-completion-mode'. Revert logic, check `return', `newline' | |
5 and such alike. Packages like Icicles tend to use other completion | |
6 characters but `tab' and `space' only. | |
7 | |
1 2007-09-24 Adam Hupp <adam@hupp.org> | 8 2007-09-24 Adam Hupp <adam@hupp.org> |
2 | 9 |
3 * progmodes/python.el (run-python): Import emacs module without | 10 * progmodes/python.el (run-python): Import emacs module without |
4 waiting; prevents lockup on error. | 11 waiting; prevents lockup on error. |
5 | 12 |