]> git.eshelyaron.com Git - emacs.git/commit
Use format string instead of concat
authorTheodor Thornhill <theo@thornhill.no>
Mon, 9 May 2022 19:04:12 +0000 (21:04 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 19:04:12 +0000 (20:04 +0100)
commit50ff73d753708467621d6ce8495a5d78dc31ae63
treee89f0443c801ea8ee08e77964bc4a03c84e249c0
parent46a480aa8882d4febc2f8eea42dbd84dff18c0d3
Use format string instead of concat

* eglot.el (eglot-handle-notification): Because diagnostics code can
be integer or string, and integer fails the sequencep test, use format
to create this string.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/948
lisp/progmodes/eglot.el