From 9540ff8d7a7a480b18dd1af94e7eb062f020b9ff Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 5 Jun 2015 09:00:39 +0200 Subject: [PATCH] Revert "ox-html.el (org-html-fontify-code): Possibly deactivate fci-mode" This reverts commit 44aaaad8c0e347fdfd724090d598ad3a9153058c. See . --- lisp/ox-html.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 651b6fc85..75c6993bd 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -2044,10 +2044,6 @@ is the language used for CODE, as a string, or nil." (setq code (with-temp-buffer ;; Switch to language-specific mode. (funcall lang-mode) - ;; Disable fci-mode if present - (when (and (fboundp 'fci-mode) - (require 'fill-column-indicator nil 'noerror)) - (fci-mode -1)) (insert code) ;; Fontify buffer. (font-lock-ensure)