aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-09-24 05:29:29 +0000
committerMichael Albinus2007-09-24 05:29:29 +0000
commit6c4e47fa46d48c6eabb744a8520e9611db8dbc06 (patch)
tree3e262f80c7d88191e4137141ae25ed63b7b4fa62 /lisp/ChangeLog
parent2de53ca6a26173baefa38d2c8e5028e1fd1c787f (diff)
downloademacs-6c4e47fa46d48c6eabb744a8520e9611db8dbc06.tar.gz
emacs-6c4e47fa46d48c6eabb744a8520e9611db8dbc06.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abd5fd53352..ed38ee2635f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-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
12007-09-24 Adam Hupp <adam@hupp.org> 82007-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