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

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

[elpa] externals/eglot 083a725 4/7: * eglot.el (eglot--lambda): Add miss


From: João Távora
Subject: [elpa] externals/eglot 083a725 4/7: * eglot.el (eglot--lambda): Add missing indent spec.
Date: Thu, 17 May 2018 09:11:35 -0400 (EDT)

branch: externals/eglot
commit 083a72553c6ff123335ca3faadd9352e4d54335d
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * eglot.el (eglot--lambda): Add missing indent spec.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index e17e4f8..30d5b43 100644
--- a/eglot.el
+++ b/eglot.el
@@ -610,7 +610,7 @@ request request and a process object.")
   (not (eglot--outstanding-edits-p)))
 
 (cl-defmacro eglot--lambda (cl-lambda-list &body body)
-  (declare (debug (sexp &rest form)))
+  (declare (indent 1) (debug (sexp &rest form)))
   (let ((e (gensym "eglot--lambda-elem")))
     `(lambda (,e) (apply (cl-function (lambda ,cl-lambda-list ,@body)) ,e))))
 



reply via email to

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