auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, simplify-TeX-parse-error, updated. a7f


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, simplify-TeX-parse-error, updated. a7f4839406beb71f6c017bfdbf772faafdac50a6
Date: Tue, 29 Apr 2014 08:01:21 +0000

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, simplify-TeX-parse-error has been updated
       via  a7f4839406beb71f6c017bfdbf772faafdac50a6 (commit)
      from  836e46136286941fbbb87178d33df9087469421e (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 a7f4839406beb71f6c017bfdbf772faafdac50a6
Author: Tassilo Horn <address@hidden>
Date:   Tue Apr 29 09:59:26 2014 +0200

    Fix Wrong type argument: characterp, nil error.
    
    * tex-buf.el (TeX-format-filter): Fix error caused by trying to
    get char syntax from char after EOF.

diff --git a/tex-buf.el b/tex-buf.el
index 8aaf14d..6a3e4ad 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1186,6 +1186,7 @@ command."
                     ;; word char follows.
                     (not (memq (char-after (1+ (point))) '(?\n ?\()))
                     (not (and (eq (char-before) ?.)
+                              (char-after (1+ (point)))
                               (not (eq ?w (char-syntax (char-after (1+ 
(point)))))))))
            (delete-char 1)))
        (goto-char (marker-position (process-mark process)))

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

Summary of changes:
 tex-buf.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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