| 
					
				 | 
			
			
				@@ -182,7 +182,8 @@ Stars are put in group 1 and the trimmed body in group 2.") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (declare-function org-export-get-environment "ox" (&optional backend subtreep ext-plist)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (declare-function org-latex-make-preamble "ox-latex" (info &optional template snippet?)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-(defvar ffap-url-regexp)		;Silence byte-compiler 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(defvar ffap-url-regexp) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(defvar org-element-paragraph-separate) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defsubst org-uniquify (list) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "Non-destructively remove duplicate elements from LIST." 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -22771,7 +22772,6 @@ assumed to be significant there." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; `org-setup-filling' installs filling and auto-filling related 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; variables during `org-mode' initialization. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-(defvar org-element-paragraph-separate) ; org-element.el 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defun org-setup-filling () 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   (require 'org-element) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ;; Prevent auto-fill from inserting unwanted new items. 
			 |