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

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

[elpa] externals/org-remark 32860de66b 24/67: fix: typo in the previous


From: ELPA Syncer
Subject: [elpa] externals/org-remark 32860de66b 24/67: fix: typo in the previous refactor
Date: Sat, 22 Jul 2023 06:59:01 -0400 (EDT)

branch: externals/org-remark
commit 32860de66bf90476e35132036af033f4971c7622
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    fix: typo in the previous refactor
---
 org-remark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-remark.el b/org-remark.el
index 2fdd3ef21f..d41b4a346e 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -1214,7 +1214,7 @@ It is meant to be used in `after-save-hook'."
     (with-current-buffer notes-buffer
       (org-remark-notes-housekeep)
       (dolist (source-buf org-remark-notes-source-buffers)
-        (with-current-buffer source-buffer
+        (with-current-buffer source-buf
           (org-remark-highlights-load :update))))
     t))
 



reply via email to

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