]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in fontset.el
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Feb 2022 11:43:53 +0000 (13:43 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Feb 2022 11:43:53 +0000 (13:43 +0200)
* lisp/international/fontset.el (xlfd-regexp-spacing-subnum): Fix
a typo.  Reported by Greg A. Woods <woods@robohack.ca>.

lisp/international/fontset.el

index 240def6c035578521c45e1e07a748b77e19703ee..31ffaf157b6d9ca401d4d7458a3dae0beb5be24a 100644 (file)
@@ -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