aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2013-06-02 18:37:37 +0200
committerDavid Engster2013-06-02 18:37:37 +0200
commitcaaeb0e88cb0f62a1726ee7e1b4db62f7e4287a6 (patch)
tree42889b92aefda3f6d3da0058354ef8e2fa456b24
parentf38a45fa9c87a8a854c36e3efc75021eb0a0cbaa (diff)
downloademacs-caaeb0e88cb0f62a1726ee7e1b4db62f7e4287a6.tar.gz
emacs-caaeb0e88cb0f62a1726ee7e1b4db62f7e4287a6.zip
* lisp/cedet/srecode/srt-wy.el: Regenerate.
-rw-r--r--lisp/cedet/ChangeLog2
-rw-r--r--lisp/cedet/srecode/srt-wy.el6
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index c662f5e817c..019e71015fd 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -72,6 +72,8 @@
72 actually enabled, otherwise the popup 'global menu' might display 72 actually enabled, otherwise the popup 'global menu' might display
73 a disabled Development menu. 73 a disabled Development menu.
74 74
75 * srecode/srt-wy.el: Regenerate.
76
752013-06-02 Pete Beardmore <elbeardmorez@msn.com> 772013-06-02 Pete Beardmore <elbeardmorez@msn.com>
76 78
77 * semantic/complete.el 79 * semantic/complete.el
diff --git a/lisp/cedet/srecode/srt-wy.el b/lisp/cedet/srecode/srt-wy.el
index 5560d35a70c..450f57d943c 100644
--- a/lisp/cedet/srecode/srt-wy.el
+++ b/lisp/cedet/srecode/srt-wy.el
@@ -131,6 +131,10 @@
131 ((SET symbol insertable-string-list newline) 131 ((SET symbol insertable-string-list newline)
132 (wisent-raw-tag 132 (wisent-raw-tag
133 (semantic-tag-new-variable $2 nil $3))) 133 (semantic-tag-new-variable $2 nil $3)))
134 ((SET symbol number newline)
135 (wisent-raw-tag
136 (semantic-tag-new-variable $2 nil
137 (list $3))))
134 ((SHOW symbol newline) 138 ((SHOW symbol newline)
135 (wisent-raw-tag 139 (wisent-raw-tag
136 (semantic-tag-new-variable $2 nil t)))) 140 (semantic-tag-new-variable $2 nil t))))
@@ -290,8 +294,8 @@ It ignores whitespace, newlines and comments."
290 srecode-template-separator-block 294 srecode-template-separator-block
291 srecode-template-wy--<keyword>-keyword-analyzer 295 srecode-template-wy--<keyword>-keyword-analyzer
292 srecode-template-property-analyzer 296 srecode-template-property-analyzer
293 srecode-template-wy--<symbol>-regexp-analyzer
294 srecode-template-wy--<number>-regexp-analyzer 297 srecode-template-wy--<number>-regexp-analyzer
298 srecode-template-wy--<symbol>-regexp-analyzer
295 srecode-template-wy--<string>-sexp-analyzer 299 srecode-template-wy--<string>-sexp-analyzer
296 srecode-template-wy--<punctuation>-string-analyzer 300 srecode-template-wy--<punctuation>-string-analyzer
297 semantic-lex-default-action 301 semantic-lex-default-action