diff options
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
-rw-r--r-- | lisp/cedet/srecode/insert.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index db17b7f23f8..f8cfe2a733e 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el @@ -125,9 +125,7 @@ has set everything up already." ;; I tried `combine-after-change-calls', but it did not have ;; the effect I wanted. (let ((start (point))) - (let ((inhibit-point-motion-hooks t) - (inhibit-modification-hooks t) - ) + (let ((inhibit-modification-hooks t)) (srecode--insert-into-buffer template dictionary) ) ;; Now call those after change functions. |