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

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

[nongnu] elpa/emacsql c4399789fb: Trigger rebuild of Melpa snapshot


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql c4399789fb: Trigger rebuild of Melpa snapshot
Date: Thu, 23 Feb 2023 06:59:04 -0500 (EST)

branch: elpa/emacsql
commit c4399789fb2226386b3bce6674b6fcba2cc002c5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Trigger rebuild of Melpa snapshot
    
    Re #111.
---
 emacsql.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/emacsql.el b/emacsql.el
index 7539216743..f6480bbd98 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -413,8 +413,7 @@ A prefix argument causes the SQL to be printed into the 
current buffer."
 (defadvice calculate-lisp-indent (around emacsql-vector-indent disable)
   "Don't indent vectors in `emacs-lisp-mode' like lists."
   (if (save-excursion (beginning-of-line) (emacsql--inside-vector-p))
-      (let ((lisp-indent-offset 1))
-        ad-do-it)
+      (let ((lisp-indent-offset 1)) ad-do-it)
     ad-do-it))
 
 (defun emacsql-fix-vector-indentation ()



reply via email to

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