changeset 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 2f44841e5506
children 7ac9c66520d4
files lisp/simple.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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.