Mercurial > emacs
changeset 95605:fb1c0df305dc
* longlines.el (longlines-show-effect): Default to a pilcrow sign.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 06 Jun 2008 20:39:07 +0000 |
parents | 664723b81c00 |
children | 7c5d0c26f521 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 06 20:32:11 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 06 20:39:07 2008 +0000 @@ -8,6 +8,7 @@ (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces. + (longlines-show-effect): Default to a pilcrow sign. 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>