[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b1a0d5df74d87a4bf8a1e
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b1a0d5df74d87a4bf8a1e1c7d8dac0c96e6cb330 |
Date: |
Fri, 18 Mar 2022 16:58:50 -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 b1a0d5df74d87a4bf8a1e1c7d8dac0c96e6cb330 (commit)
from 4bcda2d50c5b3752a0b292c006f7d90b099a67a7 (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 b1a0d5df74d87a4bf8a1e1c7d8dac0c96e6cb330
Author: Arash Esbati <arash@gnu.org>
Date: Fri Mar 18 21:58:29 2022 +0100
; * style/algpseudocode.el: Fix position of TeX-dialect.
diff --git a/style/algpseudocode.el b/style/algpseudocode.el
index 619052b6..e29272d4 100644
--- a/style/algpseudocode.el
+++ b/style/algpseudocode.el
@@ -137,7 +137,7 @@
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
(font-latex-add-keywords '(("algref" "{{"))
- 'reference))
- TeX-dialect))
+ 'reference)))
+ TeX-dialect)
;;; algpseudocode.el ends here
-----------------------------------------------------------------------
Summary of changes:
style/algpseudocode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b1a0d5df74d87a4bf8a1e1c7d8dac0c96e6cb330,
Arash Esbati <=