diff lisp/cedet/semantic/bovine/el.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 688cf3b99678
children 118ad0cdd9a8
line wrap: on
line diff
--- a/lisp/cedet/semantic/bovine/el.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/bovine/el.el	Sun Sep 06 21:22:05 2009 +0000
@@ -463,7 +463,7 @@
       (condition-case nil
 	  ;; Try an Emacs 22 fcn.  This throws errors.
 	  (find-library-name (semantic-tag-name tag))
-	(error 
+	(error
 	 (message "semantic: connot find source file %s"
 		  (semantic-tag-name tag))))
     ;; No handy function available.  (Older Emacsen)
@@ -533,14 +533,14 @@
 	       (cond ((eq (semantic-tag-class tag) 'function)
 		      (setq d (documentation sym)))
 		     (t
-		      (setq d (documentation-property 
+		      (setq d (documentation-property
 			       sym 'variable-documentation)))))
 	     ;; Label it as system doc.. perhaps just for debugging
 	     ;; purposes.
 	     (if d (setq d (concat "Sytem Doc: \n" d)))
 	     ))
       )
-    
+
     (when d
       (concat
        (substitute-command-keys