branch: externals/auctex commit f5d40daa954f4df0074b0824ead089b179ee6725 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * style/nameref.el ("nameref"): Fix comment. --- style/nameref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/nameref.el b/style/nameref.el index ffbb9286b6..d4c7b10e65 100644 --- a/style/nameref.el +++ b/style/nameref.el @@ -1,6 +1,6 @@ ;;; nameref.el --- AUCTeX style for `nameref.sty' -*- lexical-binding: t; -*- -;; Copyright (C) 2013, 2015, 2018, 2020 Free Software Foundation, Inc. +;; Copyright (C) 2013--2023 Free Software Foundation, Inc. ;; Author: Mads Jensen <m...@inducks.org> ;; Maintainer: auctex-devel@gnu.org @@ -49,7 +49,7 @@ '(("\\\\\\(?:N\\|n\\)ameref\\*?{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")) TeX-complete-list)) - ;, Fontification + ;; Fontification (when (and (fboundp 'font-latex-add-keywords) (fboundp 'font-latex-set-syntactic-keywords) (eq TeX-install-font-lock 'font-latex-setup))