# HG changeset patch # User Glenn Morris # Date 1269400755 25200 # Node ID 2d31f33b972cfbdba0b3ba88e4be0b11a7171479 # Parent 6edb016a3cfc7cee3777fc498b4662d9ae71764c * cedet/semantic/bovine/c.el (semantic-c-describe-environment): Consistently check ede-object is bound throughout. diff -r 6edb016a3cfc -r 2d31f33b972c lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 23 14:22:46 2010 -0400 +++ b/lisp/ChangeLog Tue Mar 23 20:19:15 2010 -0700 @@ -1,3 +1,8 @@ +2010-03-24 Glenn Morris + + * cedet/semantic/bovine/c.el (semantic-c-describe-environment): + Consistently check ede-object is bound throughout. + 2010-03-23 Sam Steingold Fix bug#5620: recalculate all markers on compilation buffer diff -r 6edb016a3cfc -r 2d31f33b972c lisp/cedet/semantic/bovine/c.el --- a/lisp/cedet/semantic/bovine/c.el Tue Mar 23 14:22:46 2010 -0400 +++ b/lisp/cedet/semantic/bovine/c.el Tue Mar 23 20:19:15 2010 -0700 @@ -1761,8 +1761,9 @@ (when (arrayp semantic-lex-spp-project-macro-symbol-obarray) (princ "\n Project symbol map:\n") - (princ " Your project symbol map is derived from the EDE object:\n ") - (princ (object-print ede-object)) + (when (and (boundp 'ede-object) ede-object) + (princ " Your project symbol map is derived from the EDE object:\n ") + (princ (object-print ede-object))) (princ "\n\n") (let ((macros nil)) (mapatoms