branch: externals/posframe
commit 8242db604967fb651a4ad6500cc0d9018dd94df6
Author: Štěpán Němec <[email protected]>
Commit: Štěpán Němec <[email protected]>

    Autoload the main entry point
---
 posframe.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/posframe.el b/posframe.el
index d959003..b68b7d1 100644
--- a/posframe.el
+++ b/posframe.el
@@ -309,6 +309,7 @@ This posframe's buffer is POSFRAME-BUFFER."
   "The default value of `posframe-arghandler'. Return VALUE."
   value)
 
+;;;###autoload
 (cl-defun posframe-show (posframe-buffer
                          &key
                          string

Reply via email to