aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love2000-05-31 22:50:41 +0000
committerDave Love2000-05-31 22:50:41 +0000
commit7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15 (patch)
tree5b808e50563f85e900fe708545c70b1cd3270e90 /lisp
parent8faa97078b7ed4431cdbcbead728130f8fdbf56c (diff)
downloademacs-7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15.tar.gz
emacs-7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15.zip
(newline): Don't bind before-change-function, after-change-function.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 0 insertions, 2 deletions
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."
63 (bolp) 63 (bolp)
64 ;; Make sure no functions want to be told about 64 ;; Make sure no functions want to be told about
65 ;; the range of the changes. 65 ;; the range of the changes.
66 (not after-change-function)
67 (not before-change-function)
68 (not after-change-functions) 66 (not after-change-functions)
69 (not before-change-functions) 67 (not before-change-functions)
70 ;; Make sure there are no markers here. 68 ;; Make sure there are no markers here.