From d8ccb20c577c691ccb505331925746e0ae7762a1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 31 Dec 2020 23:47:25 +0530 Subject: Change quote to quasiquote. * ksh-scan2.el, ksh-scan3.el (form-to-org): Change quote to quasiquote. --- ksh-scan3.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksh-scan3.el') 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))))) -- cgit v1.2.3