0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-19 17:18:40 +00:00

Fix compiler warning.

This commit is contained in:
Bastien Guerry 2012-08-26 23:43:30 +02:00
parent d832837693
commit 290a035bfc

View file

@ -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)))