branch: externals/auctex commit 7a55c3cf93a0c7669880d76cedcabd4df698d9f1 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; Pacify compiler warning * style/dcolumn.el: Silence the warning for reference to free variable `LaTeX-array-column-letters'. --- style/dcolumn.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/dcolumn.el b/style/dcolumn.el index 2af900836f..d6bb1f24ba 100644 --- a/style/dcolumn.el +++ b/style/dcolumn.el @@ -1,6 +1,6 @@ ;;; dcolumn.el --- AUCTeX style for `dcolumn.sty' (v1.06) -*- lexical-binding: t; -*- -;; Copyright (C) 2016--2024 Free Software Foundation, Inc. +;; Copyright (C) 2016--2025 Free Software Foundation, Inc. ;; Author: Arash Esbati <ar...@gnu.org> ;; Maintainer: auctex-de...@gnu.org @@ -30,6 +30,7 @@ ;;; Code: (require 'tex) +(require 'latex) (TeX-add-style-hook "dcolumn"