emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/fontaine 13e85ea81d 2/2: Re-indent code in fontaine.el


From: ELPA Syncer
Subject: [elpa] externals/fontaine 13e85ea81d 2/2: Re-indent code in fontaine.el
Date: Mon, 5 Sep 2022 01:57:36 -0400 (EDT)

branch: externals/fontaine
commit 13e85ea81d09edd9efef10bca02dd6c6c85d26b7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Re-indent code in fontaine.el
---
 fontaine.el | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/fontaine.el b/fontaine.el
index dd9419cff5..f4ab29dc9c 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -426,21 +426,21 @@ ARGS are its routines."
 
 (fontaine--apply-preset
  fontaine--apply-bold-preset
-  "Set `bold' face attributes based on PRESET for optional FRAME."
-  (fontaine--set-face-attributes
-   'bold
-   (or (plist-get properties :bold-family) 'unspecified)
-   (or (plist-get properties :bold-weight) 'bold)
-   (or (plist-get properties :variable-pitch-height) 1.0)
-   frame))
+ "Set `bold' face attributes based on PRESET for optional FRAME."
+ (fontaine--set-face-attributes
+  'bold
+  (or (plist-get properties :bold-family) 'unspecified)
+  (or (plist-get properties :bold-weight) 'bold)
+  (or (plist-get properties :variable-pitch-height) 1.0)
+  frame))
 
 (fontaine--apply-preset
  fontaine--apply-italic-preset
-  "Set `italic' face attributes based on PRESET for optional FRAME."
-  (fontaine--set-italic-slant
-   (or (plist-get properties :italic-family) 'unspecified)
-   (or (plist-get properties :italic-slant) 'italic)
-   frame))
+ "Set `italic' face attributes based on PRESET for optional FRAME."
+ (fontaine--set-italic-slant
+  (or (plist-get properties :italic-family) 'unspecified)
+  (or (plist-get properties :italic-slant) 'italic)
+  frame))
 
 (defvar fontaine--font-display-hist '()
   "History of inputs for display-related font associations.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]