diff options
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
-rw-r--r-- | lisp/cedet/srecode/insert.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 5eb2edd067f..966cd485e82 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el @@ -183,8 +183,7 @@ Buffer based features related to change hooks is handled one level up." ) (let ((reg ;; Create the field-driven editable area. - (srecode-template-inserted-region - "TEMPLATE" :start start :end (point)))) + (srecode-template-inserted-region :start start :end (point)))) (srecode-overlaid-activate reg)) ) ;; We return with 'point being the end of the template insertion |