diff options
Diffstat (limited to 'lisp/cedet/srecode/cpp.el')
| -rw-r--r-- | lisp/cedet/srecode/cpp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index 8f9c0832844..9f675fcaf9e 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el | |||
| @@ -122,7 +122,7 @@ specified in a C file." | |||
| 122 | (srecode-semantic-apply-tag-to-dict-default tag-wrapper dict) | 122 | (srecode-semantic-apply-tag-to-dict-default tag-wrapper dict) |
| 123 | 123 | ||
| 124 | ;; Pull out the tag for the individual pieces. | 124 | ;; Pull out the tag for the individual pieces. |
| 125 | (let* ((tag (oref tag-wrapper :prime)) | 125 | (let* ((tag (slot-value tag-wrapper 'prime)) |
| 126 | (class (semantic-tag-class tag))) | 126 | (class (semantic-tag-class tag))) |
| 127 | 127 | ||
| 128 | ;; Add additional information based on the class of the tag. | 128 | ;; Add additional information based on the class of the tag. |