From: Dave Love Date: Wed, 31 May 2000 22:50:41 +0000 (+0000) Subject: (newline): Don't bind before-change-function, after-change-function. X-Git-Tag: emacs-pretest-21.0.90~3586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15;p=emacs.git (newline): Don't bind before-change-function, after-change-function. --- diff --git a/lisp/simple.el b/lisp/simple.el index 9105231ad4f..228ff1b350b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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.