Mercurial > emacs
comparison lisp/ChangeLog @ 112252:6409a00a5462
* whitespace.el (global-whitespace-newline-mode): Fix call
to minor mode which used nil accidentally to mean "turn off".
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Jan 2011 19:14:25 -0500 |
parents | 014879f0bfbb |
children | b0afc08be821 |
comparison
equal
deleted
inserted
replaced
112251:014879f0bfbb | 112252:6409a00a5462 |
---|---|
1 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810) | |
4 to minor mode which used nil accidentally to mean "turn off". | |
5 | |
1 2011-01-10 Michael Albinus <michael.albinus@gmx.de> | 6 2011-01-10 Michael Albinus <michael.albinus@gmx.de> |
2 | 7 |
3 * net/tramp.el (tramp-find-inline-compress) | 8 * net/tramp.el (tramp-find-inline-compress) |
4 (tramp-get-inline-coding): Quote command after pipe symbol for | 9 (tramp-get-inline-coding): Quote command after pipe symbol for |
5 local calls under W32. (Bug#6784) | 10 local calls under W32. (Bug#6784) |