branch: externals/cape
commit e72edf2d6357beb64798ef1894cc807190f80901
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Add missing autoload
---
 cape.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cape.el b/cape.el
index 0fb0bcc8e6..50641d49f0 100644
--- a/cape.el
+++ b/cape.el
@@ -195,6 +195,7 @@ VALID is the input comparator, see `cape--input-valid-p'."
         :exclusive 'no)
   "Completion extra properties for `cape-history'.")
 
+;;;###autoload
 (defun cape-history (&optional interactive)
   "Complete from Eshell, Comint or minibuffer history.
 See also `consult-history' for a more flexible variant based on

Reply via email to