summaryrefslogtreecommitdiff
path: root/ksh-scan3.el
diff options
context:
space:
mode:
authorArun Isaac2020-12-31 23:47:25 +0530
committerArun Isaac2022-10-01 01:11:34 +0530
commitd8ccb20c577c691ccb505331925746e0ae7762a1 (patch)
tree3b20b91bdfb2555f8344e00cd6bc7e7ce5455c64 /ksh-scan3.el
parent6014a6770fcd966fa58f6b9e96c306f5a1f477ee (diff)
downloadksh-reports-d8ccb20c577c691ccb505331925746e0ae7762a1.tar.gz
ksh-reports-d8ccb20c577c691ccb505331925746e0ae7762a1.tar.lz
ksh-reports-d8ccb20c577c691ccb505331925746e0ae7762a1.zip
Change quote to quasiquote.
* ksh-scan2.el, ksh-scan3.el (form-to-org): Change quote to quasiquote.
Diffstat (limited to 'ksh-scan3.el')
-rw-r--r--ksh-scan3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksh-scan3.el b/ksh-scan3.el
index 537386e..e607a2d 100644
--- a/ksh-scan3.el
+++ b/ksh-scan3.el
@@ -125,4 +125,4 @@
("Liquor" . ,survey-liquor)
("Estimated fetal weight according to BPD, HC, AC, FL" . ,biometry-fetal-weight)))
(text-if-non-blank (get-field impression-notes))
- (multi-line-org-entry '("Sonologist" . ,sonologist)))))
+ (multi-line-org-entry `("Sonologist" . ,sonologist)))))