]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix update-glyphless-char-display variable setting
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 2021 15:48:06 +0000 (16:48 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 2021 15:48:06 +0000 (16:48 +0100)
* lisp/international/characters.el
(update-glyphless-char-display): Only set the variable if given.

lisp/international/characters.el

index 3a8e968c34b6f3e21793e59ae7d78bb1fa7987a8..9e0cc88d804171f1843551a637c23bfaa2872834 100644 (file)
@@ -1522,7 +1522,7 @@ Setup `char-width-table' appropriate for non-CJK language environment."
 This function updates the char-table `glyphless-char-display',
 and is intended to be used in the `:set' attribute of the
 option `glyphless-char-display'."
-  (when value
+  (when variable
     (set-default variable value))
   (dolist (elt value)
     (let ((target (car elt))