Explorar o código

org-table: Fix failing tests

* lisp/org-table.el (org-table--shrink-columns): Use compatibility function.
Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
7d1757f7d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -3955,7 +3955,7 @@ COLUMNS is a sorted list of column numbers.  BEG and END are,
 respectively, the beginning position and the end position of the
 table."
   (org-with-wide-buffer
-   (font-lock-ensure beg end)
+   (org-font-lock-ensure beg end)
    (dolist (c columns)
      (goto-char beg)
      (let ((width nil)