diff options
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index fdc44b5214f..b97fdbe04c8 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -1928,8 +1928,7 @@ after writing out the data." (let ((i 0) (here (point)) there - (cnt 0) - (inhibit-point-motion-hooks t)) + (cnt 0)) (if (zerop arg) (setq cnt 1) @@ -1955,8 +1954,7 @@ after writing out the data." (let ((i (length forms--markers)) (here (point)) there - (cnt 0) - (inhibit-point-motion-hooks t)) + (cnt 0)) (if (zerop arg) (setq cnt 1) |