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. c1a2b332b1f47598d2e15


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c1a2b332b1f47598d2e158b8fcfe8a2824411bd7
Date: Thu, 30 Jun 2016 08:02:29 +0000 (UTC)

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  c1a2b332b1f47598d2e158b8fcfe8a2824411bd7 (commit)
      from  97c992d05a869a2c692f737599576bc45eed0c58 (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 c1a2b332b1f47598d2e158b8fcfe8a2824411bd7
Author: Arash Esbati <address@hidden>
Date:   Thu Jun 30 10:01:29 2016 +0200

    ; Add missing space in prompt
    
    * style/environ.el (TeX-arg-environ-final-code): Add missing space
    in prompt.

diff --git a/style/environ.el b/style/environ.el
index c6b34cc..4f275e9 100644
--- a/style/environ.el
+++ b/style/environ.el
@@ -89,7 +89,7 @@ from `environ.sty'.")
 (defun TeX-arg-environ-final-code (_optional)
   "Query for the presence of optional `final code' as argument to
 `\\NewEnviron' and insert the appropriate brackets."
-  (let ((fincode (y-or-n-p "With optional final code?")))
+  (let ((fincode (y-or-n-p "With optional final code? ")))
     (when fincode
        (insert "[]"))))
 

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

Summary of changes:
 style/environ.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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