]> git.eshelyaron.com Git - emacs.git/commit
Fix off-by-1 typo in recent bignum changes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Aug 2018 21:28:19 +0000 (14:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Aug 2018 21:28:39 +0000 (14:28 -0700)
commit6d6f45e21830a57b4a12af0f89913752a137a653
tree478a404202b9c9d9f80aa66076d41ef60b37a015
parent54b92132e1ec16565d59d6d9f8ff8910f38843b2
Fix off-by-1 typo in recent bignum changes

Problem reported by Yuri D’Elia in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg00977.html
and crucial clue provided by Michael Heerdegen in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg01043.html
* src/font.c (font_unparse_xlfd): Fix off-by-1 typo.
src/font.c