emacs-31 42e283fe9d5: ; 'use-cjk-char-width-table': Avoid byte-compiler warning.
Eli Zaretskii <[email protected]> Sat, 1 Aug 2026 08:18:22 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 42e283fe9d50377168d2bf20b1ef57c7e3df8d90 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; 'use-cjk-char-width-table': Avoid byte-compiler warning. --- lisp/international/characters.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/international/characters.el b/lisp/international/characters.el index a880577064b..d3024b95cd3 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -1724,6 +1724,7 @@ the value of the variable with `setq'." ;; of 'set-locale-environment', so we must ;; test 'initial-window-system' instead. (null initial-window-system) + (boundp 'w32--terminal-is-conhost) (null w32--terminal-is-conhost)))))) (map-char-table (lambda (range _val)