[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 7a55c3cf: ; Pacify compiler warning
From: |
Arash Esbati |
Subject: |
main 7a55c3cf: ; Pacify compiler warning |
Date: |
Tue, 6 May 2025 15:53:04 -0400 (EDT) |
branch: main
commit 7a55c3cf93a0c7669880d76cedcabd4df698d9f1
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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 2af90083..d6bb1f24 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 <arash@gnu.org>
;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,7 @@
;;; Code:
(require 'tex)
+(require 'latex)
(TeX-add-style-hook
"dcolumn"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 7a55c3cf: ; Pacify compiler warning,
Arash Esbati <=