+2005-10-26 Chong Yidong <cyd@stupidchicken.com>
+
+ * longlines.el (longlines-mode): Bind after-change-functions to
+ nil during initial decoding and final encoding.
+
2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
* term.el (term-emulate-terminal, term-handle-colors-array)
;; Alex Schroeder <alex@gnu.org>
;; Chong Yidong <cyd@stupidchicken.com>
;; Maintainer: Chong Yidong <cyd@stupidchicken.com>
-;; Keywords: convenience
+;; Keywords: convenience, wp
;; This file is part of GNU Emacs.
'longlines-window-change-function nil t))
(let ((buffer-undo-list t)
(inhibit-read-only t)
+ (after-change-functions nil)
(mod (buffer-modified-p)))
;; Turning off undo is OK since (spaces + newlines) is
;; conserved, except for a corner case in
(if longlines-showing
(longlines-unshow-hard-newlines))
(let ((buffer-undo-list t)
+ (after-change-functions nil)
(inhibit-read-only t))
(save-restriction
(widen)