branch: externals/valign
commit a28b966560d622ca79635a284a09c6ca51627104
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>

    * valign.el (valign--cell-width): Fix symbol-not-found
---
 valign.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/valign.el b/valign.el
index 1055ba7..2f1b7d3 100644
--- a/valign.el
+++ b/valign.el
@@ -69,7 +69,7 @@ Return nil if not in a cell."
         ;; We are at the right “|”
         (backward-char)
         (valign--skip-space-backward)
-        (valign--glyph-width-from-to start (point))))))
+        (valign--pixel-width-from-to start (point))))))
 
 (defun valign--glyph-width-at-point (&optional point)
   "Return the pixel width of the glyph at POINT.

Reply via email to