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:
parent
8faa97078b
commit
7b0c573e6a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user