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

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

[nongnu] elpa/annotate 553662a181 5/6: - removed withespace.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 553662a181 5/6: - removed withespace.
Date: Tue, 9 Aug 2022 04:58:32 -0400 (EDT)

branch: elpa/annotate
commit 553662a1811a9d549a11a6ce8f7d8791d229b468
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - removed withespace.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index c3f46c02d7..895a3ca18c 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1433,7 +1433,7 @@ essentially what you get from:
 
 (defun annotate-save-all-annotated-buffers ()
   "Save the annotations for all buffer where annotate-mode is active"
-  (let ((all-annotated-buffers (annotate-buffers-annotate-mode )))
+  (let ((all-annotated-buffers (annotate-buffers-annotate-mode)))
     (cl-loop for annotated-buffer in all-annotated-buffers do
              (with-current-buffer annotated-buffer
                (annotate-save-annotations)))))



reply via email to

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