diff options
| author | Stefan Monnier | 2025-04-07 00:58:32 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2025-04-07 00:58:32 -0400 |
| commit | fb5da5035a4975172e35680f78bd9d70a0124ead (patch) | |
| tree | eceb20098f19998051560fbb4008df11ed893cc4 /lisp/cedet/srecode/cpp.el | |
| parent | 94148549d782af3fb6677bc121fd5fc8dee3ea63 (diff) | |
| parent | 31c5fd3bfba31687de31e1e4c3d3501401f023bc (diff) | |
| download | emacs-fb5da5035a4975172e35680f78bd9d70a0124ead.tar.gz emacs-fb5da5035a4975172e35680f78bd9d70a0124ead.zip | |
Merge branch 'cedet-object-name'
Diffstat (limited to 'lisp/cedet/srecode/cpp.el')
| -rw-r--r-- | lisp/cedet/srecode/cpp.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index d49ccde24fa..63613969191 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el | |||
| @@ -146,8 +146,7 @@ specified in a C file." | |||
| 146 | (value-dict (srecode-dictionary-add-section-dictionary | 146 | (value-dict (srecode-dictionary-add-section-dictionary |
| 147 | dict "VALUE"))) | 147 | dict "VALUE"))) |
| 148 | (srecode-semantic-apply-tag-to-dict | 148 | (srecode-semantic-apply-tag-to-dict |
| 149 | (srecode-semantic-tag (semantic-tag-name value-tag) | 149 | (srecode-semantic-tag :prime value-tag) |
| 150 | :prime value-tag) | ||
| 151 | value-dict)) | 150 | value-dict)) |
| 152 | 151 | ||
| 153 | ;; Discriminate using statements referring to namespaces and | 152 | ;; Discriminate using statements referring to namespaces and |
| @@ -224,8 +223,7 @@ specified in a C file." | |||
| 224 | (let ((template-dict (srecode-dictionary-add-section-dictionary | 223 | (let ((template-dict (srecode-dictionary-add-section-dictionary |
| 225 | templates-dict "ARGS"))) | 224 | templates-dict "ARGS"))) |
| 226 | (srecode-semantic-apply-tag-to-dict | 225 | (srecode-semantic-apply-tag-to-dict |
| 227 | (srecode-semantic-tag (semantic-tag-name template) | 226 | (srecode-semantic-tag :prime template) |
| 228 | :prime template) | ||
| 229 | template-dict))))) | 227 | template-dict))))) |
| 230 | ) | 228 | ) |
| 231 | 229 | ||