diff options
-rw-r--r-- | ksh-scan2.el | 2 | ||||
-rw-r--r-- | ksh-scan3.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksh-scan2.el b/ksh-scan2.el index 9bc34f9..6a5dc74 100644 --- a/ksh-scan2.el +++ b/ksh-scan2.el @@ -171,4 +171,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))))) 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))))) |