emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/org-edna a82892c 47/72: Fixed bugs from last commit


From: Ian Dunn
Subject: [elpa] scratch/org-edna a82892c 47/72: Fixed bugs from last commit
Date: Sun, 21 May 2017 21:11:26 -0400 (EDT)

branch: scratch/org-edna
commit a82892c08a0ad2bd2217428039d876d693c5c0e0
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Fixed bugs from last commit
    
    * org-edna.el (org-edna--syntax-error): Back-quote arguments
      (org-edna--print-syntax-error): Fixed name.
---
 org-edna.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-edna.el b/org-edna.el
index 152cc6a..370b50a 100644
--- a/org-edna.el
+++ b/org-edna.el
@@ -42,9 +42,9 @@ properties used during actions or conditions."
   :type 'boolean)
 
 (defmacro org-edna--syntax-error (msg form pos)
-  `(signal 'invalid-read-syntax (list :msg msg :form form :pos pos)))
+  `(signal 'invalid-read-syntax (list :msg ,msg :form ,form :pos ,pos)))
 
-(defun org-edna--handle-syntax-error (error-plist)
+(defun org-edna--print-syntax-error (error-plist)
   (let ((msg (plist-get error-plist :msg))
         (form (plist-get error-plist :form))
         (pos (plist-get error-plist :pos)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]