* lisp/cedet/srecode/srt-wy.el: Regenerate.
This commit is contained in:
parent
f38a45fa9c
commit
caaeb0e88c
2 changed files with 7 additions and 1 deletions
|
@ -72,6 +72,8 @@
|
|||
actually enabled, otherwise the popup 'global menu' might display
|
||||
a disabled Development menu.
|
||||
|
||||
* srecode/srt-wy.el: Regenerate.
|
||||
|
||||
2013-06-02 Pete Beardmore <elbeardmorez@msn.com>
|
||||
|
||||
* semantic/complete.el
|
||||
|
|
|
@ -131,6 +131,10 @@
|
|||
((SET symbol insertable-string-list newline)
|
||||
(wisent-raw-tag
|
||||
(semantic-tag-new-variable $2 nil $3)))
|
||||
((SET symbol number newline)
|
||||
(wisent-raw-tag
|
||||
(semantic-tag-new-variable $2 nil
|
||||
(list $3))))
|
||||
((SHOW symbol newline)
|
||||
(wisent-raw-tag
|
||||
(semantic-tag-new-variable $2 nil t))))
|
||||
|
@ -290,8 +294,8 @@ It ignores whitespace, newlines and comments."
|
|||
srecode-template-separator-block
|
||||
srecode-template-wy--<keyword>-keyword-analyzer
|
||||
srecode-template-property-analyzer
|
||||
srecode-template-wy--<symbol>-regexp-analyzer
|
||||
srecode-template-wy--<number>-regexp-analyzer
|
||||
srecode-template-wy--<symbol>-regexp-analyzer
|
||||
srecode-template-wy--<string>-sexp-analyzer
|
||||
srecode-template-wy--<punctuation>-string-analyzer
|
||||
semantic-lex-default-action
|
||||
|
|
Loading…
Add table
Reference in a new issue