]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/srecode/mode.el (srecode-menu-bar): Use
authorChong Yidong <cyd@stupidchicken.com>
Sat, 26 Sep 2009 19:17:02 +0000 (19:17 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 26 Sep 2009 19:17:02 +0000 (19:17 +0000)
semantic-menu-item.

lisp/ChangeLog
lisp/cedet/srecode/mode.el

index 1e17ee07ae014cefebc0deb3882e12cbeb251b2f..0604cdb701801398d4366a90503fe291a1c5b0e8 100644 (file)
@@ -1,5 +1,11 @@
 2009-09-26  Chong Yidong  <cyd@stupidchicken.com>
 
+       * cedet/srecode/mode.el (srecode-menu-bar): Use
+       semantic-menu-item.
+
+       * cedet/srecode/expandproto.el (senator-tag-ring): Declare
+       senator-tag-ring.
+
        * cedet/semantic/lex.el (semantic-lex-reset-hooks): Doc fix.
 
        * cedet/semantic/idle.el
index f8493138e494520fe627cfedae6d2db7017c4b65..73a722b518d0196adcc9259e117fa4ed927a061f 100644 (file)
 (defvar srecode-menu-bar
   (list
    "SRecoder"
-   (senator-menu-item
+   (semantic-menu-item
     ["Insert Template"
      srecode-insert
      :active t
      :help "Insert a template by name."
      ])
-   (senator-menu-item
+   (semantic-menu-item
     ["Insert Template Again"
      srecode-insert-again
      :active t
      :help "Run the same template as last time again."
      ])
-   (senator-menu-item
+   (semantic-menu-item
     ["Edit Template"
      srecode-edit
      :active t
    '( "Insert ..." :filter srecode-minor-mode-templates-menu )
    `( "Generate ..." :filter srecode-minor-mode-generate-menu )
    "---"
-    (senator-menu-item
+    (semantic-menu-item
      ["Customize..."
       (customize-group "srecode")
       :active t
       ])
    (list
     "Debugging Tools..."
-    (senator-menu-item
+    (semantic-menu-item
      ["Dump Template MAP"
       srecode-get-maps
       :active t
       :help "Calculate (if needed) and display the current template file map."
       ])
-    (senator-menu-item
+    (semantic-menu-item
      ["Dump Tables"
       srecode-dump-templates
       :active t
       :help "Dump the current template table."
       ])
-    (senator-menu-item
+    (semantic-menu-item
      ["Dump Dictionary"
       srecode-dictionary-dump
       :active t