]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/srecode/srt-wy.el: Regenerate.
authorDavid Engster <dengste@eml.cc>
Sun, 2 Jun 2013 16:37:37 +0000 (18:37 +0200)
committerDavid Engster <dengste@eml.cc>
Sun, 2 Jun 2013 16:37:37 +0000 (18:37 +0200)
lisp/cedet/ChangeLog
lisp/cedet/srecode/srt-wy.el

index c662f5e817ce529d776284b191eef91c2caf3121..019e71015fdbdb84a27bfb4719b891ebe4d3438a 100644 (file)
@@ -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
index 5560d35a70c41bc522ea31bba7bc0b02d4227839..450f57d943c23a027f7fa458061d13b6de23399d 100644 (file)
        ((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