auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, lexical-binding-attempt-1, updated. ca


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, lexical-binding-attempt-1, updated. caf52d762545178268f5448c464e58cffaf5d5d2
Date: Sat, 5 Sep 2020 11:21:55 -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, lexical-binding-attempt-1 has been updated
       via  caf52d762545178268f5448c464e58cffaf5d5d2 (commit)
      from  6fcbaf5ea64b76553ad29437d969c93a2a006cd9 (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 caf52d762545178268f5448c464e58cffaf5d5d2
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sun Sep 6 00:18:33 2020 +0900

    Arrange test condition
    
    * latex.el (LaTeX-env-args): Just test nil or not since
    `TeX-exit-mark' is now always bound.

diff --git a/latex.el b/latex.el
index 2dc00ba..f74c76d 100644
--- a/latex.el
+++ b/latex.el
@@ -1316,9 +1316,8 @@ Just like array and tabular."
   (save-excursion
     (LaTeX-find-matching-begin)
     (end-of-line)
-    (let ((TeX-exit-mark (if (boundp 'TeX-exit-mark)
-                            TeX-exit-mark
-                          (make-marker))))
+    (let ((TeX-exit-mark (or TeX-exit-mark
+                            (make-marker))))
       (TeX-parse-arguments args))))
 
 (defun LaTeX-env-label-as-keyval (_optional &optional keyword keyvals 
environment)

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

Summary of changes:
 latex.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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