1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(newline): Don't bind before-change-function, after-change-function.

This commit is contained in:
Dave Love 2000-05-31 22:50:41 +00:00
parent 8faa97078b
commit 7b0c573e6a

View File

@ -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.