diff lisp/simple.el @ 29345:a4d9a2ab3c73

(newline): Don't bind before-change-function, after-change-function.
author Dave Love <fx@gnu.org>
date Wed, 31 May 2000 22:50:41 +0000
parents a14ae8095fe4
children fa2c8534a53a
line wrap: on
line diff
--- a/lisp/simple.el	Wed May 31 22:48:20 2000 +0000
+++ b/lisp/simple.el	Wed May 31 22:50:41 2000 +0000
@@ -63,8 +63,6 @@
 		   (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.