auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. ff8f183365e5a615070a2


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. ff8f183365e5a615070a2f684c35061b484f3ee4
Date: Thu, 12 Jul 2018 15:14:58 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  ff8f183365e5a615070a2f684c35061b484f3ee4 (commit)
      from  31ee142567534235f0e8b354fb23d5f4244b4770 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ff8f183365e5a615070a2f684c35061b484f3ee4
Author: Arash Esbati <address@hidden>
Date:   Thu Jul 12 21:13:47 2018 +0200

    ; * style/floatrow.el (LaTeX-floatrow-update-key-val-options): Use `setq' 
inside the loop.

diff --git a/style/floatrow.el b/style/floatrow.el
index bc358d1..4adc052 100644
--- a/style/floatrow.el
+++ b/style/floatrow.el
@@ -311,8 +311,8 @@
                            (setq temp (assq-delete-all (car (assoc x temp)) 
temp)))
                          temp)
                         ((string= key "floatrowsep")
-                         (setq temp (dolist (x sep-keys)
-                                      (assq-delete-all (car (assoc x temp)) 
temp)))
+                         (dolist (x sep-keys)
+                           (setq temp (assq-delete-all (car (assoc x temp)) 
temp)))
                          temp)
                         (t
                          (assq-delete-all (car (assoc key temp)) temp)))))

-----------------------------------------------------------------------

Summary of changes:
 style/floatrow.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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