diff lisp/cedet/semantic/db-global.el @ 110534:826d60163924

Merge changes from emacs-23 branch.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 23 Sep 2010 22:10:54 -0400
parents a5ad4f188e19
children 376148b31b5e
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-global.el	Fri Sep 24 00:38:10 2010 +0000
+++ b/lisp/cedet/semantic/db-global.el	Thu Sep 23 22:10:54 2010 -0400
@@ -93,7 +93,7 @@
 	       '(omniscience))
        )
     (if dont-err-if-not-available
-	(message "No Global support in %s" default-directory)
+	nil; (message "No Global support in %s" default-directory)
       (error "No Global support in %s" default-directory))
     ))