Explorar o código

Fix compiler warning.

Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
290a035bfc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -21009,6 +21009,7 @@ hierarchy of headlines by UP levels before marking the subtree."
 		    (regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
 		    (modes . '(org-mode))))))
 
+(defvar org-element-paragraph-separate) ; org-element.el
 (defun org-fill-paragraph-separate-nobreak-p ()
   "Non-nil when a line break at point would insert a new item."
   (looking-at (substring org-element-paragraph-separate 1)))