










| author | Arash Esbati <arash@gnu.org> | 2026-09-06 13:59:32 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-09-06 13:59:32 +0200 |
| commit | 66cac14fc20b555d6267498c48b577a6b7027013 (patch) | |
| tree | 81e9ec4f71a66a401bf394428769f04b4309402a | |
| parent | 81fbc0007fff9dd042ac287632a0de7017917049 (diff) | |
; * tex-info.el (outline-heading-alist): Silence the compiler.externals/auctex
| -rw-r--r-- | tex-info.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tex-info.el b/tex-info.el
index fa8dc9aed35..db4cb1df8be 100644
--- a/tex-info.el
+++ b/tex-info.el
@@ -1,6 +1,6 @@
;;; tex-info.el --- Support for editing Texinfo source. -*- lexical-binding: t; -*-
-;; Copyright (C) 1993-2024 Free Software Foundation, Inc.
+;; Copyright (C) 1993-2026 Free Software Foundation, Inc.
;; Maintainer: auctex-devel@gnu.org
;; Keywords: tex
@@ -23,9 +23,11 @@
;;; Code:
(require 'tex)
-
(require 'texinfo)
+;; Silence the compiler:
+(defvar outline-heading-alist)
+
;;; Environments:
(defvar Texinfo-environment-list
'(("cartouche") ("command") ("copying") ("defcv") ("deffn") ("defivar")
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。