emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 29085a668e: Fix a typo in fontset.el


From: Eli Zaretskii
Subject: emacs-28 29085a668e: Fix a typo in fontset.el
Date: Sun, 13 Feb 2022 06:44:42 -0500 (EST)

branch: emacs-28
commit 29085a668ee0e245f2890f5dcb5eaa3ea7ea62d0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix a typo in fontset.el
    
    * lisp/international/fontset.el (xlfd-regexp-spacing-subnum): Fix
    a typo.  Reported by Greg A. Woods <woods@robohack.ca>.
---
 lisp/international/fontset.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 240def6c03..31ffaf157b 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -1132,7 +1132,7 @@ Internal use only.  Should be called at startup time."
 (defconst xlfd-regexp-pointsize-subnum 6)      ; POINT_SIZE
 (defconst xlfd-regexp-resx-subnum 7)           ; RESOLUTION_X
 (defconst xlfd-regexp-resy-subnum 8)           ; RESOLUTION_Y
-(defconst xlfd-regexp-spacing-subnum 8)                ; SPACING
+(defconst xlfd-regexp-spacing-subnum 9)                ; SPACING
 (defconst xlfd-regexp-avgwidth-subnum 10)      ; AVERAGE_WIDTH
 (defconst xlfd-regexp-registry-subnum 11)      ; REGISTRY and ENCODING
 



reply via email to

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