branch: externals/ef-themes
commit 507b407abdafbd9406090016ea4a2b72eb23a9e8
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix number of iterations in dotimes
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index dd5dee01d4..a04f994926 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -443,7 +443,7 @@ Helper function for `ef-themes-preview-colors'."
   :tag "Ef Themes Faces")
 
 ;; This produces `ef-themes-height-0' and the like.
-(dotimes (n 8)
+(dotimes (n 9)
   (custom-declare-face
     (intern (format "ef-themes-heading-%d" n))
     nil (format "Used for level %d heading." n)

Reply via email to