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

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

[elpa] 1.2 7b78b15 055/101: Autoload eglot-ensure (#120)


From: Christian Johansson
Subject: [elpa] 1.2 7b78b15 055/101: Autoload eglot-ensure (#120)
Date: Thu, 29 Apr 2021 15:09:00 -0400 (EDT)

tag: 1.2
commit 7b78b151a1c9e6cac2fd307c04454774e2cb9a6e
Author: whatacold <whatacold@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Autoload eglot-ensure (#120)
    
    Copyright-paperwork-exempt: yes
    
    * eglot.el (eglot-ensure): Add autoload cookie
---
 eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eglot.el b/eglot.el
index 959cc5d..8e4be89 100644
--- a/eglot.el
+++ b/eglot.el
@@ -446,6 +446,7 @@ INTERACTIVE is t if called interactively."
 
 (defvar eglot--managed-mode) ; forward decl
 
+;;;###autoload
 (defun eglot-ensure ()
   "Start Eglot session for current buffer if there isn't one."
   (let ((buffer (current-buffer)))



reply via email to

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