Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2012-09-04 16:14:45 +02:00
commit eeb5b92342
1 changed files with 1 additions and 5 deletions

View File

@ -21172,11 +21172,7 @@ function installs the following ones: \"property\", \"date\",
(org-set-local 'fill-paragraph-function 'org-fill-paragraph)
(org-set-local 'adaptive-fill-function 'org-adaptive-fill-function)
(org-set-local 'normal-auto-fill-function 'org-auto-fill-function)
(org-set-local 'comment-line-break-function 'org-comment-line-break-function)
(org-set-local 'align-mode-rules-list
'((org-in-buffer-settings
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
(modes . '(org-mode))))))
(org-set-local 'comment-line-break-function 'org-comment-line-break-function))
(defvar org-element-paragraph-separate) ; org-element.el
(defun org-fill-paragraph-separate-nobreak-p ()