diff options
| author | Stefan Monnier | 2013-03-10 17:39:11 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-10 17:39:11 -0400 |
| commit | 33f5bc1cbc22e6b6b600f219aab0fdc4f987eec7 (patch) | |
| tree | 4da4f8fb1d81431132eca63872094ae839bff357 /lisp/ChangeLog | |
| parent | d0ebc8269faa78a0f91423ec75a60a36dacf7723 (diff) | |
| download | emacs-33f5bc1cbc22e6b6b600f219aab0fdc4f987eec7.tar.gz emacs-33f5bc1cbc22e6b6b600f219aab0fdc4f987eec7.zip | |
* lisp/whitespace.el (whitespace-enable-predicate): New variable.
(whitespace-enable-predicate): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d2fdc9fcd6..4add4d9383f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * whitespace.el (whitespace-enable-predicate): New variable. | ||
| 4 | (whitespace-enable-predicate): Use it. | ||
| 5 | |||
| 3 | * comint.el (comint-send-input, comint-snapshot-last-prompt) | 6 | * comint.el (comint-send-input, comint-snapshot-last-prompt) |
| 4 | (comint-output-filter, comint-update-fence): | 7 | (comint-output-filter, comint-update-fence): |
| 5 | Use with-silent-modifications. | 8 | Use with-silent-modifications. |