emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/longlines.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/longlines.el
Date: Wed, 26 Oct 2005 21:36:32 -0400

Index: emacs/lisp/longlines.el
diff -c emacs/lisp/longlines.el:1.13 emacs/lisp/longlines.el:1.14
*** emacs/lisp/longlines.el:1.13        Tue Oct 25 23:24:47 2005
--- emacs/lisp/longlines.el     Thu Oct 27 01:36:31 2005
***************
*** 6,12 ****
  ;;             Alex Schroeder <address@hidden>
  ;;             Chong Yidong <address@hidden>
  ;; Maintainer: Chong Yidong <address@hidden>
! ;; Keywords: convenience
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;;             Alex Schroeder <address@hidden>
  ;;             Chong Yidong <address@hidden>
  ;; Maintainer: Chong Yidong <address@hidden>
! ;; Keywords: convenience, wp
  
  ;; This file is part of GNU Emacs.
  
***************
*** 119,124 ****
--- 119,125 ----
                      '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
***************
*** 142,147 ****
--- 143,149 ----
      (if longlines-showing
          (longlines-unshow-hard-newlines))
      (let ((buffer-undo-list t)
+         (after-change-functions nil)
            (inhibit-read-only t))
        (save-restriction
        (widen)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]