| 
					
				 | 
			
			
				@@ -18709,13 +18709,14 @@ With prefix arg UNCOMPILED, load the uncompiled versions." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			      (and (string= org-dir contrib-dir) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				   (org-load-noerror-mustsuffix (concat contrib-dir f))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			      (and (org-load-noerror-mustsuffix (concat (org-find-library-dir f) f)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				   (add-to-list 'load-uncore f 'append) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				   (push f load-uncore) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				   't) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			      f)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			lfeat))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (when load-uncore 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (message "The following feature%s found in load-path, please check if that's correct:\n%s" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	       (if (> (length load-uncore) 1) "s were" " was") load-uncore)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	       (if (> (length load-uncore) 1) "s were" " was") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+               (reverse load-uncore))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (if load-misses 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	(message "Some error occurred while reloading Org feature%s\n%s\nPlease check *Messages*!\n%s" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		 (if (> (length load-misses) 1) "s" "") load-misses (org-version nil 'full)) 
			 |