branch: externals/auctex
commit 9850b4d57c80b35f8758c9b24908bf7e9d818160
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    Update style/eso-pic.el to package v3.0e
    
    * style/eso-pic.el (LaTeX-eso-pic-package-options-list): Add
    "enabled" key.
---
 style/eso-pic.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/style/eso-pic.el b/style/eso-pic.el
index 01ef30f451..2c2774ad2c 100644
--- a/style/eso-pic.el
+++ b/style/eso-pic.el
@@ -1,6 +1,6 @@
-;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0a)  -*- 
lexical-binding: t; -*-
+;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v3.0e)  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2014, 2020, 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2014--2026 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <[email protected]>
 ;; Maintainer: [email protected]
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; This file adds support for `eso-pic.sty' (v3.0a) from 2020/10/14.
+;; This file adds support for `eso-pic.sty' (v3.0e) from 2026-05-31.
 ;; `eso-pic.sty' is part of TeXLive.
 
 ;;; Code:
@@ -78,7 +78,8 @@
     ("subgridcolor")
     ("subgridstyle" ("solid" "dotted"))
     ("colorgrid"    ("true" "false"))
-    ("dvips"        ("true" "false")))
+    ("dvips"        ("true" "false"))
+    ("enabled"      ("true" "false")))
   "Package options for the eso-pic package.")
 
 (defun LaTeX-eso-pic-package-options nil

Reply via email to