branch: externals/ellama
commit c74721144a2ce15bf5563c57bd5d6d94c994612b
Author: Sergey Kostyaev <sskosty...@gmail.com>
Commit: Sergey Kostyaev <sskosty...@gmail.com>

    Declare org-fill-paragraph in ellama.el
    
    Declared org-fill-paragraph function to fix linter warning.
---
 ellama.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ellama.el b/ellama.el
index 10ecda5aa0..dff74191a3 100644
--- a/ellama.el
+++ b/ellama.el
@@ -1203,6 +1203,7 @@ EVENT is an argument for mweel scroll."
 Works inside BUFFER starting at POINT.
 If POINT is nil, current point will be used.
 FILTER is a function for text transformation."
+  (declare-function org-fill-paragraph "org")
   (with-current-buffer
       buffer
     (let* ((beg-marker (make-marker))

Reply via email to