diff options
| author | Dave Love | 2000-05-31 22:50:41 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-31 22:50:41 +0000 |
| commit | 7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15 (patch) | |
| tree | 5b808e50563f85e900fe708545c70b1cd3270e90 | |
| parent | 8faa97078b7ed4431cdbcbead728130f8fdbf56c (diff) | |
| download | emacs-7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15.tar.gz emacs-7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15.zip | |
(newline): Don't bind before-change-function, after-change-function.
| -rw-r--r-- | lisp/simple.el | 2 |
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. |