0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

org-table: Fix failing tests

* lisp/org-table.el (org-table--shrink-columns): Use compatibility function.
This commit is contained in:
Nicolas Goaziou 2017-09-07 18:13:13 +02:00
parent f22c23277f
commit 7d1757f7d2

View file

@ -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)