From 5b49147ba7565daa8aa5a0d0ddb0693f97b7edb9 Mon Sep 17 00:00:00 2001 From: tj Date: Thu, 18 Apr 2013 12:08:44 +0200 Subject: [PATCH] obsoletete 'progn' removed. --- outshine.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/outshine.el b/outshine.el index 8a8a540..bb52fba 100644 --- a/outshine.el +++ b/outshine.el @@ -487,7 +487,6 @@ Based on `comment-start' and `comment-add'." "Calculate the outline regexp for the current mode." (concat (and outshine-outline-regexp-outcommented-p - (progn ;; regexp-base outcommented, but no 'comment-start' defined (or comment-start (message (concat @@ -499,7 +498,7 @@ Based on `comment-start' and `comment-add'." ;; comment-padding (if outshine-enforce-no-comment-padding-p "" - (outshine-calc-comment-padding))))) + (outshine-calc-comment-padding)))) ;; regexp-base outshine-normalized-outline-regexp-base " "))