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

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

[elpa] scratch/org-edna 9e4d833 32/72: Fixed error in re-search


From: Ian Dunn
Subject: [elpa] scratch/org-edna 9e4d833 32/72: Fixed error in re-search
Date: Sun, 21 May 2017 21:11:23 -0400 (EDT)

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

    Fixed error in re-search
    
    * org-edna.el (org-edna-condition/re-search): Correctly use `buffer-name'
---
 org-edna.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-edna.el b/org-edna.el
index 6f87490..50cfe54 100644
--- a/org-edna.el
+++ b/org-edna.el
@@ -520,7 +520,7 @@ IDS are all UUIDs as understood by `org-id-find'."
 (defun org-edna-condition/re-search (neg match)
   (let ((condition (re-search-forward match nil t)))
     (when (org-xor condition neg)
-      (format "Found %s in %s" match buffer-name))))
+      (format "Found %s in %s" match (buffer-name)))))
 
 
 



reply via email to

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