summaryrefslogtreecommitdiff
path: root/ksh-scan3.el
diff options
context:
space:
mode:
authorArun Isaac2020-12-31 13:45:36 +0530
committerArun Isaac2020-12-31 15:07:21 +0530
commit79da3ff61ffb5d3c825c37002115639ffdd0789f (patch)
tree571c89ed56c73266658b2af880649e5653d7acc8 /ksh-scan3.el
parentc986de298d9ae631c5c70bc66aa4c327f38e6c88 (diff)
downloadksh-reports-79da3ff61ffb5d3c825c37002115639ffdd0789f.tar.gz
ksh-reports-79da3ff61ffb5d3c825c37002115639ffdd0789f.tar.lz
ksh-reports-79da3ff61ffb5d3c825c37002115639ffdd0789f.zip
Combine biometry and report into single file.
* ksh-report-header.el, ksh-biometry.el: Combine into ksh-report.el. * ksh-scan2.el, ksh-scan3.el: Require ksh-report instead of loading ksh-report-header.el and ksh-biometry.el.
Diffstat (limited to 'ksh-scan3.el')
-rw-r--r--ksh-scan3.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/ksh-scan3.el b/ksh-scan3.el
index cb8947e..75389ff 100644
--- a/ksh-scan3.el
+++ b/ksh-scan3.el
@@ -1,9 +1,7 @@
;; -*- lexical-binding: t -*-
(require 'ksh-forms)
-
-(load "ksh-report-header.el")
-(load "ksh-biometry.el")
+(require 'ksh-report)
;; Datafile path and fields
(setq forms-file (expand-file-name "scan3.dat" ksh-data-path))