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  c9bc7d61f8cc724baacf844ad399c076b9a8be5c (commit)
      from  9e627fc8d7b744dd5342cf3e0e76de67fa0eb9be (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 c9bc7d61f8cc724baacf844ad399c076b9a8be5c
Author: Arash Esbati <[email protected]>
Date:   Fri Sep 9 08:19:28 2016 +0200

    ; Query for second mandatory argument.
    
    * style/paracol.el ("paracol"): Query for second mandatory
    argument.

diff --git a/style/paracol.el b/style/paracol.el
index 7dfddc7..22b90da 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -219,7 +219,8 @@ If OPTIONAL is non-nil, insert the result in square 
brackets."
     '("addcontentsonly"
       (TeX-arg-eval completing-read
                    (TeX-argument-prompt optional nil "Content file")
-                   '("toc" "lof" "lot")))
+                   '("toc" "lof" "lot"))
+      "Column")
 
     '("flushpage" 0))
 

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

Summary of changes:
 style/paracol.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to