]> git.eshelyaron.com Git - emacs.git/commitdiff
(newline): Don't bind before-change-function, after-change-function.
authorDave Love <fx@gnu.org>
Wed, 31 May 2000 22:50:41 +0000 (22:50 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 May 2000 22:50:41 +0000 (22:50 +0000)
lisp/simple.el

index 9105231ad4fff36884711fd092144a636d47c8c8..228ff1b350b4c531bc81b135b19815fe2734ce12 100644 (file)
@@ -63,8 +63,6 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long."
                   (bolp)
                   ;; Make sure no functions want to be told about
                   ;; the range of the changes.
-                  (not after-change-function)
-                  (not before-change-function)
                   (not after-change-functions)
                   (not before-change-functions)
                   ;; Make sure there are no markers here.