summaryrefslogtreecommitdiff
path: root/library.el
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-09-17 08:57:37 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-09-17 08:57:37 -0500
commit082a447a870116eea0d159ec95c293d0ed28603d (patch)
treee6d28405b2457368dbefd505e9e1da6f2833e1e2 /library.el
parent62384cb37f47f6de735da2fe8515f06971dff1c7 (diff)
Enforcing field number so website parsing works
Diffstat (limited to 'library.el')
-rw-r--r--library.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.el b/library.el
index 8e46a8e..3b50ad8 100644
--- a/library.el
+++ b/library.el
@@ -87,4 +87,4 @@
forms-write-file-filter nil
forms-new-record-filter nil
forms-insert-after nil
- forms-check-number-of-fields nil)
+ forms-check-number-of-fields t)