# HG changeset patch # User Dave Love # Date 959813441 0 # Node ID a4d9a2ab3c735f67f95723c6fd44369927aeae32 # Parent 2f44841e5506bf24ec088549cdf28bc86cce0d16 (newline): Don't bind before-change-function, after-change-function. diff -r 2f44841e5506 -r a4d9a2ab3c73 lisp/simple.el --- 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.