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


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c31faf7a78d6b4a12ad24c0c2d8c2e2dfedfd53c
Date: Sun, 17 May 2020 05:51:22 -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  c31faf7a78d6b4a12ad24c0c2d8c2e2dfedfd53c (commit)
      from  6e99536f4113bb1c52cb2f237f4c3ff9e05e5bf8 (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 c31faf7a78d6b4a12ad24c0c2d8c2e2dfedfd53c
Author: Ikumi Keita <address@hidden>
Date:   Sun May 17 18:01:58 2020 +0900

    ; Cosmetic change
    
    * font-latex.el (font-latex-extend-region-backwards-command-with-args):
    Make docsring coherent with similar functions.
    (font-latex-set-syntactic-keywords):
    (font-latex-setup):
    Replace backquotes with normal quotes where possible.

diff --git a/font-latex.el b/font-latex.el
index 9e11384..6210967 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1052,7 +1052,7 @@ have changed."
   (setq font-latex-doctex-syntactic-keywords
        (append font-latex-syntactic-keywords
                ;; For docTeX comment-in-doc.
-               `(("\\(\\^\\)\\^A" (1 (font-latex-doctex-^^A)))))))
+               '(("\\(\\^\\)\\^A" (1 (font-latex-doctex-^^A)))))))
 
 
 ;;; Syntactic fontification
@@ -1267,7 +1267,7 @@ triggers Font Lock to recognize the change."
          `((font-latex-keywords font-latex-keywords-1 font-latex-keywords-2)
            nil nil ,font-latex-syntax-alist nil))
        (variables
-        `((font-lock-mark-block-function . mark-paragraph)
+        '((font-lock-mark-block-function . mark-paragraph)
           (font-lock-unfontify-region-function
            . font-latex-unfontify-region)
            (font-lock-extend-region-functions
@@ -1580,7 +1580,7 @@ Returns nil if none of KEYWORDS is found."
 (defvar font-lock-end)
 
 (defun font-latex-extend-region-backwards-command-with-args ()
-  "Return position to extend region backwards for commands with args."
+  "Extend region backwards for commands with args."
   (save-excursion
     (goto-char font-lock-end)
     (catch 'extend

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

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


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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