diff options
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/bovine/c.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index 1f8b96afe0d..aab87f7eb25 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -1761,8 +1761,9 @@ DO NOT return the list of tags encompassing point." | |||
| 1761 | 1761 | ||
| 1762 | (when (arrayp semantic-lex-spp-project-macro-symbol-obarray) | 1762 | (when (arrayp semantic-lex-spp-project-macro-symbol-obarray) |
| 1763 | (princ "\n Project symbol map:\n") | 1763 | (princ "\n Project symbol map:\n") |
| 1764 | (princ " Your project symbol map is derived from the EDE object:\n ") | 1764 | (when (and (boundp 'ede-object) ede-object) |
| 1765 | (princ (object-print ede-object)) | 1765 | (princ " Your project symbol map is derived from the EDE object:\n ") |
| 1766 | (princ (object-print ede-object))) | ||
| 1766 | (princ "\n\n") | 1767 | (princ "\n\n") |
| 1767 | (let ((macros nil)) | 1768 | (let ((macros nil)) |
| 1768 | (mapatoms | 1769 | (mapatoms |