]> git.eshelyaron.com Git - emacs.git/commitdiff
* longlines.el (longlines-wrap-region): Avoid marking buffer as
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Jul 2007 18:05:41 +0000 (18:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Jul 2007 18:05:41 +0000 (18:05 +0000)
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

lisp/ChangeLog

index 55d62197c025a9fd340ad97d855e33ff906f5e5d..be8cbe16a929c162800754398e2fafb1b0b21508 100644 (file)
@@ -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.