mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove obsolete name arg from two constructors
* lisp/cedet/semantic/grammar.el (semantic-analyze-current-context): Remove obsolete name arg. * lisp/cedet/srecode/insert.el (srecode--insert-into-buffer): Ditto.
This commit is contained in:
parent
bf8c80be7d
commit
df937c2080
2 changed files with 1 additions and 3 deletions
|
|
@ -1898,7 +1898,6 @@ Optional argument COLOR determines if color is added to the text."
|
|||
|
||||
(setq context-return
|
||||
(semantic-analyze-context
|
||||
"context-for-semantic-grammar"
|
||||
:buffer (current-buffer)
|
||||
:scope nil
|
||||
:bounds bounds
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue