From dd2822304228cffa4a06dccc2b04ce93f040b0c3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 4 Sep 2012 16:14:08 +0200 Subject: [PATCH] Remove duplicate code * lisp/org.el (org-setup-filling): Remove duplicate code. --- lisp/org.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d1698e16b..1e2eb2985 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -21011,11 +21011,7 @@ hierarchy of headlines by UP levels before marking the subtree." (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 () -- 2.11.4.GIT