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


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. db75369df3c15e6f7c2c303a80511f2a6ed3d27a
Date: Tue, 12 Apr 2022 03:58:47 -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  db75369df3c15e6f7c2c303a80511f2a6ed3d27a (commit)
      from  df8d6fe7726e79b4748eecbd6d6614a1b4a56279 (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 db75369df3c15e6f7c2c303a80511f2a6ed3d27a
Author: Arash Esbati <arash@gnu.org>
Date:   Tue Apr 12 09:58:20 2022 +0200

    * latex.el (TeX-read-hook): Support 'include/excluded' hook.

diff --git a/latex.el b/latex.el
index 85c290ec..ad690872 100644
--- a/latex.el
+++ b/latex.el
@@ -3278,7 +3278,7 @@ as values for the key.  Use PROMPT as the prompt string."
                    (cond ((member hook '("env" "para"))
                           '("after" "before" "begin" "end"))
                          ((string= hook "include")
-                          '("after" "before" "end"))
+                          '("after" "before" "end" "excluded"))
                          ((string= hook "begindocument")
                           '("before" "end"))
                          ((string= hook "enddocument")
@@ -3337,7 +3337,7 @@ as values for the key.  Use PROMPT as the prompt string."
            (setq where (funcall place)))
 
           ;; include/<file-name>/<where>: <file-name> is optional and
-          ;; <where> is one of (before|after|end)
+          ;; <where> is one of (before|after|end|excluded)
           ((string= hook "include")
            (if (funcall search)
                (progn

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

Summary of changes:
 latex.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]