Browse Source

Fix compiler warning.

Bastien Guerry 13 years ago
parent
commit
290a035bfc
1 changed files with 1 additions and 0 deletions
  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)))