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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue