* lisp/cedet/semantic/grammar.el
(semantic-analyze-current-context): Remove obsolete name arg.
* lisp/cedet/srecode/insert.el (srecode--insert-into-buffer): Ditto.
(setq context-return
(semantic-analyze-context
- "context-for-semantic-grammar"
:buffer (current-buffer)
:scope nil
:bounds bounds
)
(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