Mercurial > emacs
changeset 80902:445b9f7dc11b
* longlines.el (longlines-mode): Make longlines-auto-wrap
buffer-local. Add hooks unconditionally.
(longlines-auto-wrap): Toggle wrapping.
(longlines-after-change-function)
(longlines-post-command-function): Check longlines-auto-wrap.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 12 May 2007 23:18:51 +0000 |
parents | f3d1f613937a |
children | b088dc2e413f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 12 14:31:59 2007 +0000 +++ b/lisp/ChangeLog Sat May 12 23:18:51 2007 +0000 @@ -1,3 +1,11 @@ +2007-05-12 Chong Yidong <cyd@stupidchicken.com> + + * longlines.el (longlines-mode): Make longlines-auto-wrap + buffer-local. Add hooks unconditionally. + (longlines-auto-wrap): Toggle wrapping. + (longlines-after-change-function) + (longlines-post-command-function): Check longlines-auto-wrap. + 2007-05-12 Nick Roberts <nickrob@snap.net.nz> * xt-mouse.el (xterm-mouse-debug-buffer): New variable.