Mercurial > emacs
changeset 85346:a8bd5dee7a3f
* longlines.el (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 17 Oct 2007 02:50:12 +0000 |
parents | 35d2f0abc597 |
children | f215fc483ae3 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 17 02:13:01 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 17 02:50:12 2007 +0000 @@ -1,3 +1,10 @@ +2007-10-17 Chong Yidong <cyd@stupidchicken.com> + + * longlines.el (longlines-wrap-follows-window-size): Integer value + specifies wrapping margin. + (longlines-mode, longlines-window-change-function): Set + window-specific wrapping margin based on the above. + 2007-10-17 John Wiegley <johnw@newartisans.com> * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".