Mercurial > emacs
changeset 81760:97d55f633ee0
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 08 Jul 2007 18:05:41 +0000 |
parents | 97a500885a14 |
children | c8bb24d5506d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jul 08 18:05:03 2007 +0000 +++ b/lisp/ChangeLog Sun Jul 08 18:05:41 2007 +0000 @@ -1,3 +1,10 @@ +2007-07-08 Chong Yidong <cyd@stupidchicken.com> + + * longlines.el (longlines-wrap-region): Avoid marking buffer as + modified. + (longlines-auto-wrap, longlines-window-change-function): Remove + unnecessary calls to set-buffer-modified-p. + 2007-07-08 Michael Albinus <michael.albinus@gmx.de> * files.el (file-remote-p): Introduce optional parameter CONNECTED.