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

    * valign.el (valign-table-1): Minor change.
---
 valign.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/valign.el b/valign.el
index b5c8e79..9b6b3a9 100644
--- a/valign.el
+++ b/valign.el
@@ -506,7 +506,7 @@ You need to restart valign mode for this setting to take 
effect."
          (table-beg (point))
          (table-end (save-excursion (valign--end-of-table) (point)))
          ;; Very hacky, but..
-         (_ (valign--clean-text-property (point) table-end))
+         (_ (valign--clean-text-property table-beg table-end))
          (column-width-list (valign--calculate-cell-width table-end))
          (column-alignment-list (valign--calculate-alignment
                                  (valign--guess-table-type) table-end))

Reply via email to