branch: externals/ftable
commit e029b2f4079643c3c5ed1ee7e629976613db6a62
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    * ftable.el: Add a workaround.
---
 ftable.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ftable.el b/ftable.el
index 13caf2f..e0f8136 100644
--- a/ftable.el
+++ b/ftable.el
@@ -49,6 +49,10 @@
   :local t
   :type 'number)
 
+;; KLUDGE: There seems to be a bug preventing ftable-fill-column to be
+;; set. (#44911)
+(setq ftable-fill-column fill-column)
+
 ;;; Table structure
 
 (cl-defstruct ftable

Reply via email to